#D0CABF

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

Shades of Westar #D0CABF

Tints of Westar #D0CABF

Color information

#D0CABF (or 0xD0CABF) is unknown color: approx Westar. HEX triplet: D0, CA and BF. RGB value is (208,202,191). Sum of RGB (Red+Green+Blue) = 208+202+191=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CABF is #2F3540. Grayscale: #CACACA. Windows color (decimal): -3093825 or 12569296. OLE color: 12569296.

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

Color convert

RGB208202191-
CMYK00.030.080.18
HSL38.82º15.32%78.24%-
HSV(B)38.82º8.17%81.57%-
XYZ56.5459.4157.78-
YUV202.54121.49131.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 191 (75% from 255) = 31.78%
R=34.61%
G=33.61%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820219100.030.080.1838.8215.3278.24
HexD0CABF0381227f4e
Octal3203122770310224717116
Binary11010000110010101011111101110001001010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CABF; }

 p { color: rgb(208,202,191); }

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

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

 a { background-color: rgb(208,202,191); }

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

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

 span { border-color: rgb(208,202,191); }

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