Html Css Color HEX #D4CEC0 Westar

📋 copy color: '#D4CEC0'

red 212 ◦ green 206 ◦ blue 192

#D4CEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Westar #D4CEC0

Tints of Westar #D4CEC0

RGB

 RED value IS 212 (83.2% from 255) = 34.75%

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 192 (75.39% from 255) = 31.48%

R = 34.75%
G = 33.77%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4CEC0 (or 0xD4CEC0) is known color: Westar. HEX triplet: D4, CE and C0. RGB value is (212,206,192). Sum of RGB (Red+Green+Blue) = 212+206+192=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEC0 is #2B313F. Grayscale: #CECECE. Windows color (decimal): -2830656 or 12635860. OLE color: 12635860.

HSL color Cylindrical-coordinate representation of color #D4CEC0: hue angle of 42º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CEC0 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 206 192 -
CMYK 0 0.03 0.09 0.17
HSL 42º 0.19% 0.79% -
HSV(B) 42º 0.09% 0.83% -
XYZ 58.74 61.95 58.73 -
YUV 206.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 212 206 192 0 0.03 0.09 0.17 42 0.19 0.79
Hex D4 CE C0 0 3 9 11 2A 13 4F
Octal 324 316 300 0 3 11 21 52 23 117
Binary 11010100 11001110 11000000 0 11 1001 10001 101010 10011 1001111

Color Harmonies of #D4CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEC0

Black with #D4CEC0

Text Example


Text Example

White with #D4CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEC0; }

 p { color: rgb(212,206,192); }

 H1.HeaderClassName
 {
   color: #D4CEC0;
 }
 .AnyTagClassName
 {
   color: #D4CEC0;
 }
</style>

background-color css

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

 a { background-color: rgb(212,206,192); }

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

border-color css

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

 span { border-color: rgb(212,206,192); }

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