Html Css Color HEX #D6D2CC Westar

📋 copy color: '#D6D2CC'

red 214 ◦ green 210 ◦ blue 204

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

Shades of Westar #D6D2CC

Tints of Westar #D6D2CC

RGB

 RED value IS 214 (83.98% from 255) = 34.08%

 GREEN value IS 210 (82.42% from 255) = 33.44%

 BLUE value IS 204 (80.08% from 255) = 32.48%

R = 34.08%
G = 33.44%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6D2CC (or 0xD6D2CC) is known color: Westar. HEX triplet: D6, D2 and CC. RGB value is (214,210,204). Sum of RGB (Red+Green+Blue) = 214+210+204=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2CC is #292D33. Grayscale: #D2D2D2. Windows color (decimal): -2698548 or 13423318. OLE color: 13423318.

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

Color convert

RGB 214 210 204 -
CMYK 0 0.02 0.05 0.16
HSL 36º 0.11% 0.82% -
HSV(B) 36º 0.05% 0.84% -
XYZ 61.68 64.75 66.37 -
YUV 210.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 214 210 204 0 0.02 0.05 0.16 36 0.11 0.82
Hex D6 D2 CC 0 2 5 10 24 B 52
Octal 326 322 314 0 2 5 20 44 13 122
Binary 11010110 11010010 11001100 0 10 101 10000 100100 1011 1010010

Color Harmonies of #D6D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D2CC

Black with #D6D2CC

Text Example


Text Example

White with #D6D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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