#DDD4C2

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

Shades of Blanc #DDD4C2

Tints of Blanc #DDD4C2

Color information

#DDD4C2 (or 0xDDD4C2) is unknown color: approx Blanc. HEX triplet: DD, D4 and C2. RGB value is (221,212,194). Sum of RGB (Red+Green+Blue) = 221+212+194=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4C2 is #222B3D. Grayscale: #D4D4D4. Windows color (decimal): -2239294 or 12768477. OLE color: 12768477.

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

Color convert

RGB221212194-
CMYK00.040.120.13
HSL40º28.42%81.37%-
HSV(B)40º12.22%86.67%-
XYZ63.166.3560.52-
YUV212.64117.48133.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 194 (76.17% from 255) = 30.94%
R=35.25%
G=33.81%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121219400.040.120.134028.4281.37
HexDDD4C204CD281c51
Octal3353243020414155034121
Binary110111011101010011000010010011001101101000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4C2; }

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

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

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

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

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

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

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

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