#D2CCC1

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

Shades of Westar #D2CCC1

Tints of Westar #D2CCC1

Color information

#D2CCC1 (or 0xD2CCC1) is unknown color: approx Westar. HEX triplet: D2, CC and C1. RGB value is (210,204,193). Sum of RGB (Red+Green+Blue) = 210+204+193=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCC1 is #2D333E. Grayscale: #CCCCCC. Windows color (decimal): -2962239 or 12700882. OLE color: 12700882.

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

Color convert

RGB210204193-
CMYK00.030.080.18
HSL38.82º15.89%79.02%-
HSV(B)38.82º8.1%82.35%-
XYZ57.860.7459.13-
YUV204.54121.49131.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=34.60%
G=33.61%
B=31.80%

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
Decimal21020419300.030.080.1838.8215.8979.02
HexD2CCC10381227104f
Octal3223143010310224720117
Binary110100101100110011000001011100010010100111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCC1; }

 p { color: rgb(210,204,193); }

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

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

 a { background-color: rgb(210,204,193); }

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

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

 span { border-color: rgb(210,204,193); }

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