#DDD2C4

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

Shades of Blanc #DDD2C4

Tints of Blanc #DDD2C4

Color information

#DDD2C4 (or 0xDDD2C4) is unknown color: approx Blanc. HEX triplet: DD, D2 and C4. RGB value is (221,210,196). Sum of RGB (Red+Green+Blue) = 221+210+196=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2C4 is #222D3B. Grayscale: #D3D3D3. Windows color (decimal): -2239804 or 12899037. OLE color: 12899037.

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

Color convert

RGB221210196-
CMYK00.050.110.13
HSL33.6º26.88%81.76%-
HSV(B)33.6º11.31%86.67%-
XYZ62.8365.4561.55-
YUV211.69119.14134.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=35.25%
G=33.49%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121019600.050.110.1333.626.8881.76
HexDDD2C405BD221b52
Octal3353223040513154233122
Binary110111011101001011000100010110111101100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2C4; }

 p { color: rgb(221,210,196); }

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

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

 a { background-color: rgb(221,210,196); }

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

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

 span { border-color: rgb(221,210,196); }

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