#D1CCC4

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

Shades of Westar #D1CCC4

Tints of Westar #D1CCC4

Color information

#D1CCC4 (or 0xD1CCC4) is unknown color: approx Westar. HEX triplet: D1, CC and C4. RGB value is (209,204,196). Sum of RGB (Red+Green+Blue) = 209+204+196=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCC4 is #2E333B. Grayscale: #CCCCCC. Windows color (decimal): -3027772 or 12897489. OLE color: 12897489.

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

Color convert

RGB209204196-
CMYK00.020.060.18
HSL36.92º12.38%79.41%-
HSV(B)36.92º6.22%81.96%-
XYZ57.8560.7360.9-
YUV204.58123.16131.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=34.32%
G=33.50%
B=32.18%

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
Decimal20920419600.020.060.1836.9212.3879.41
HexD1CCC40261225c4f
Octal321314304026224514117
Binary1101000111001100110001000101101001010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCC4; }

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

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

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

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

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

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

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

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