#D2CEC5

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

Shades of Westar #D2CEC5

Tints of Westar #D2CEC5

Color information

#D2CEC5 (or 0xD2CEC5) is unknown color: approx Westar. HEX triplet: D2, CE and C5. RGB value is (210,206,197). Sum of RGB (Red+Green+Blue) = 210+206+197=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEC5 is #2D313A. Grayscale: #CECECE. Windows color (decimal): -2961723 or 12963538. OLE color: 12963538.

HSL color Cylindrical-coordinate representation of color #D2CEC5: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2CEC5 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB210206197-
CMYK00.020.060.18
HSL41.54º12.62%79.8%-
HSV(B)41.54º6.19%82.35%-
XYZ58.7361.8861.67-
YUV206.17122.83130.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=34.26%
G=33.61%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020619700.020.060.1841.5412.6279.8
HexD2CEC5026122ad50
Octal322316305026225215120
Binary1101001011001110110001010101101001010101011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEC5; }

 p { color: rgb(210,206,197); }

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

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

 a { background-color: rgb(210,206,197); }

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

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

 span { border-color: rgb(210,206,197); }

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