#D8D2C7

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

Shades of Westar #D8D2C7

Tints of Westar #D8D2C7

Color information

#D8D2C7 (or 0xD8D2C7) is unknown color: approx Westar. HEX triplet: D8, D2 and C7. RGB value is (216,210,199). Sum of RGB (Red+Green+Blue) = 216+210+199=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2C7 is #272D38. Grayscale: #D2D2D2. Windows color (decimal): -2567481 or 13095640. OLE color: 13095640.

HSL color Cylindrical-coordinate representation of color #D8D2C7: hue angle of 38.82º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8D2C7 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216210199-
CMYK00.030.080.15
HSL38.82º17.89%81.37%-
HSV(B)38.82º7.87%84.71%-
XYZ61.6764.8263.29-
YUV210.54121.49131.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=34.56%
G=33.6%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621019900.030.080.1538.8217.8981.37
HexD8D2C7038F271251
Octal3303223070310174722121
Binary11011000110100101100011101110001111100111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2C7; }

 p { color: rgb(216,210,199); }

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

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

 a { background-color: rgb(216,210,199); }

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

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

 span { border-color: rgb(216,210,199); }

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