#D4D2CF

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

Shades of Timberwolf #D4D2CF

Tints of Timberwolf #D4D2CF

Color information

#D4D2CF (or 0xD4D2CF) is unknown color: approx Timberwolf. HEX triplet: D4, D2 and CF. RGB value is (212,210,207). Sum of RGB (Red+Green+Blue) = 212+210+207=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2CF is #2B2D30. Grayscale: #D2D2D2. Windows color (decimal): -2829617 or 13619924. OLE color: 13619924.

HSL color Cylindrical-coordinate representation of color #D4D2CF: hue angle of 36º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D4D2CF is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212210207-
CMYK00.010.020.17
HSL36º5.49%82.16%-
HSV(B)36º2.36%83.14%-
XYZ61.4664.668.26-
YUV210.26126.16129.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=33.70%
G=33.39%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221020700.010.020.17365.4982.16
HexD4D2CF0121124552
Octal32432231701221445122
Binary1101010011010010110011110110100011001001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2CF; }

 p { color: rgb(212,210,207); }

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

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

 a { background-color: rgb(212,210,207); }

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

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

 span { border-color: rgb(212,210,207); }

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