#D6D3CE

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

Shades of Timberwolf #D6D3CE

Tints of Timberwolf #D6D3CE

Color information

#D6D3CE (or 0xD6D3CE) is unknown color: approx Timberwolf. HEX triplet: D6, D3 and CE. RGB value is (214,211,206). Sum of RGB (Red+Green+Blue) = 214+211+206=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3CE is #292C31. Grayscale: #D3D3D3. Windows color (decimal): -2698290 or 13554646. OLE color: 13554646.

HSL color Cylindrical-coordinate representation of color #D6D3CE: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D3CE is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214211206-
CMYK00.010.040.16
HSL37.5º8.89%82.35%-
HSV(B)37.5º3.74%83.92%-
XYZ62.1765.3467.73-
YUV211.33124.99129.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=33.91%
G=33.44%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421120600.010.040.1637.58.8982.35
HexD6D3CE0141026952
Octal326323316014204611122
Binary110101101101001111001110011001000010011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3CE; }

 p { color: rgb(214,211,206); }

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

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

 a { background-color: rgb(214,211,206); }

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

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

 span { border-color: rgb(214,211,206); }

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