#DDD4C7

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

Shades of Blanc #DDD4C7

Tints of Blanc #DDD4C7

Color information

#DDD4C7 (or 0xDDD4C7) is unknown color: approx Blanc. HEX triplet: DD, D4 and C7. RGB value is (221,212,199). Sum of RGB (Red+Green+Blue) = 221+212+199=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4C7 is #222B38. Grayscale: #D5D5D5. Windows color (decimal): -2239289 or 13096157. OLE color: 13096157.

HSL color Cylindrical-coordinate representation of color #DDD4C7: hue angle of 35.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD4C7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221212199-
CMYK00.040.100.13
HSL35.45º24.44%82.35%-
HSV(B)35.45º9.95%86.67%-
XYZ63.6766.5863.53-
YUV213.21119.98133.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=34.97%
G=33.54%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121219900.040.100.1335.4524.4482.35
HexDDD4C704AD231852
Octal3353243070412154330122
Binary110111011101010011000111010010101101100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4C7; }

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

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

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

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

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

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

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

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