#DDCAD0

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

Shades of Prim #DDCAD0

Tints of Prim #DDCAD0

Color information

#DDCAD0 (or 0xDDCAD0) is unknown color: approx Prim. HEX triplet: DD, CA and D0. RGB value is (221,202,208). Sum of RGB (Red+Green+Blue) = 221+202+208=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD0 is #22352F. Grayscale: #D0D0D0. Windows color (decimal): -2241840 or 13683421. OLE color: 13683421.

HSL color Cylindrical-coordinate representation of color #DDCAD0: hue angle of 341.05º 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 #DDCAD0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221202208-
CMYK00.090.060.13
HSL341.05º21.84%82.94%-
HSV(B)341.05º8.6%86.67%-
XYZ62.3262.1768.39-
YUV208.36127.79137.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=35.02%
G=32.01%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120220800.090.060.13341.0521.8482.94
HexDDCAD0096D1551653
Octal33531232001161552526123
Binary110111011100101011010000010011101101101010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD0; }

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

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

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

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

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

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

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

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