#DDCAD3

Color #DDCAD3 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DDCAD3

Tints of Prim #DDCAD3

Color information

#DDCAD3 (or 0xDDCAD3) is unknown color: approx Prim. HEX triplet: DD, CA and D3. RGB value is (221,202,211). Sum of RGB (Red+Green+Blue) = 221+202+211=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD3 is #22352C. Grayscale: #D0D0D0. Windows color (decimal): -2241837 or 13880029. OLE color: 13880029.

HSL color Cylindrical-coordinate representation of color #DDCAD3: hue angle of 331.58º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCAD3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221202211-
CMYK00.090.050.13
HSL331.58º21.84%82.94%-
HSV(B)331.58º8.6%86.67%-
XYZ62.762.3270.35-
YUV208.71129.29136.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=34.86%
G=31.86%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120221100.090.050.13331.5821.8482.94
HexDDCAD3095D14c1653
Octal33531232301151551426123
Binary110111011100101011010011010011011101101001100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD3; }

 p { color: rgb(221,202,211); }

 H1.HeaderClassName
 {
   color: #DDCAD3;
 }
 .AnyTagClassName
 {
   color: #DDCAD3;
 }
</style>
background-color css

<style>
 a { background-color: #DDCAD3; }

 a { background-color: rgb(221,202,211); }

 div.DivClassName
 {
   background-color: #DDCAD3;
 }
 .BgClassName
 {
   background-color: #DDCAD3;
 }
</style>
border-color css

<style>
 span { border-color: #DDCAD3; }

 span { border-color: rgb(221,202,211); }

 td.TdClassName
 {
   border-color: #DDCAD3;
 }
 .TagClassName
 {
   border-color: #DDCAD3;
 }
</style>