Color Hex Logo

#ddcada Color Hex

#DDCADA
(221,202,218)
0 Favorites   0 Comments

Color spaces of #ddcada

RGB 221202218
HSL0.860.220.83
HSV309°87°
CMYK 0.000.090.01   0.13
XYZ63.594262.675275.0754
Yxy62.67520.31580.3113
Hunter Lab79.16774.8429-0.8079
CIE-Lab83.27129.4239-5.5316

#ddcada color RGB value is (221,202,218).

#ddcada hex color red value is 221, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddcada hue: 0.86 , saturation: 0.22 and the lightness value of ddcada is 0.83.

The process color (four color CMYK) of #ddcada color hex is 0.00, 0.09, 0.01, 0.13. Web safe color of #ddcada is #cccccc. Color #ddcada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11011010
Octal 335 312 332
Decimal 221 202 218
Hex DD CA DA

RGB Percentages of Color #ddcada

%34.48
%31.51
%34.01

CMYK Percentages of Color #ddcada

%0
%9
%1
%13

Triadic Colors of #ddcada

#ddcada #daddca #cadadd

Analogous Colors of #ddcada

#ddcada #ddcad1 #d7cadd

Monochromatic Colors of #ddcada

#ddcada

Complementary Color

#ddcada #caddcd

#ddcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcada Color CSS Codes

.mybgcolor {background-color:#ddcada; } 
.myforecolor {color:#ddcada; }
.mybordercolor {border:3px solid #ddcada; }

#ddcada Text Font Color

<p style="color:#ddcada">Text here</p>

This sample text font color is #ddcada
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcada Background Color

<div style="background-color:#ddcada">
Div content here</div>

This div background color is #ddcada


#ddcada Border Color

<div style="border:3px solid #ddcada">
Div here</div>

This div border color is #ddcada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,202,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcada;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcada;
  box-shadow:         1px 1px 3px 2px #ddcada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,202,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcada;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcada;
  box-shadow:         1px 1px 3px 2px #ddcada;">
Div content here</div>

This div box has shadow with color #ddcada


Comments

No comments written yet.

Please login to write comment.