#D5D3CE

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

Shades of Timberwolf #D5D3CE

Tints of Timberwolf #D5D3CE

Color information

#D5D3CE (or 0xD5D3CE) is unknown color: approx Timberwolf. HEX triplet: D5, D3 and CE. RGB value is (213,211,206). Sum of RGB (Red+Green+Blue) = 213+211+206=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3CE is #2A2C31. Grayscale: #D3D3D3. Windows color (decimal): -2763826 or 13554645. OLE color: 13554645.

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

Color convert

RGB213211206-
CMYK00.010.030.16
HSL42.86º7.69%82.16%-
HSV(B)42.86º3.29%83.53%-
XYZ61.8865.1967.71-
YUV211.03125.16129.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=33.81%
G=33.49%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321120600.010.030.1642.867.6982.16
HexD5D3CE013102b852
Octal325323316013205310122
Binary11010101110100111100111001111000010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3CE; }

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

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

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

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

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

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

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

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