#D1CFCC

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

Shades of Westar #D1CFCC

Tints of Westar #D1CFCC

Color information

#D1CFCC (or 0xD1CFCC) is unknown color: approx Westar. HEX triplet: D1, CF and CC. RGB value is (209,207,204). Sum of RGB (Red+Green+Blue) = 209+207+204=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFCC is #2E3033. Grayscale: #CFCFCF. Windows color (decimal): -3026996 or 13422545. OLE color: 13422545.

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

Color convert

RGB209207204-
CMYK00.010.020.18
HSL36º5.15%80.98%-
HSV(B)36º2.39%81.96%-
XYZ59.5162.5466.06-
YUV207.26126.16129.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=33.71%
G=33.39%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920720400.010.020.18365.1580.98
HexD1CFCC0121224551
Octal32131731401222445121
Binary1101000111001111110011000110100101001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFCC; }

 p { color: rgb(209,207,204); }

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

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

 a { background-color: rgb(209,207,204); }

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

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

 span { border-color: rgb(209,207,204); }

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