#DDD2C2

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

Shades of Blanc #DDD2C2

Tints of Blanc #DDD2C2

Color information

#DDD2C2 (or 0xDDD2C2) is unknown color: approx Blanc. HEX triplet: DD, D2 and C2. RGB value is (221,210,194). Sum of RGB (Red+Green+Blue) = 221+210+194=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2C2 is #222D3D. Grayscale: #D3D3D3. Windows color (decimal): -2239806 or 12767965. OLE color: 12767965.

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

Color convert

RGB221210194-
CMYK00.050.120.13
HSL35.56º28.42%81.37%-
HSV(B)35.56º12.22%86.67%-
XYZ62.665.3660.36-
YUV211.46118.14134.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 194 (76.17% from 255) = 31.04%
R=35.36%
G=33.6%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121019400.050.120.1335.5628.4281.37
HexDDD2C205CD241c51
Octal3353223020514154434121
Binary110111011101001011000010010111001101100100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2C2; }

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

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

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

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

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

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

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

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