#D5CEBF

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

Shades of Westar #D5CEBF

Tints of Westar #D5CEBF

Color information

#D5CEBF (or 0xD5CEBF) is unknown color: approx Westar. HEX triplet: D5, CE and BF. RGB value is (213,206,191). Sum of RGB (Red+Green+Blue) = 213+206+191=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBF is #2A3140. Grayscale: #CECECE. Windows color (decimal): -2765121 or 12570325. OLE color: 12570325.

HSL color Cylindrical-coordinate representation of color #D5CEBF: hue angle of 40.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CEBF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213206191-
CMYK00.030.100.16
HSL40.91º20.75%79.22%-
HSV(B)40.91º10.33%83.53%-
XYZ58.9262.0558.16-
YUV206.38119.32132.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 191 (75% from 255) = 31.31%
R=34.92%
G=33.77%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320619100.030.100.1640.9120.7579.22
HexD5CEBF03A1029154f
Octal3253162770312205125117
Binary110101011100111010111111011101010000101001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEBF; }

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

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

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

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

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

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

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

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