Html Css Color HEX #D6CECD Light Grey

📋 copy color: '#D6CECD'

red 214 ◦ green 206 ◦ blue 205

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

Shades of Light Grey #D6CECD

Tints of Light Grey #D6CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.8%

R = 34.24%
G = 32.96%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6CECD (or 0xD6CECD) is known color: Light Grey. HEX triplet: D6, CE and CD. RGB value is (214,206,205). Sum of RGB (Red+Green+Blue) = 214+206+205=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CECD is #293132. Grayscale: #D0D0D0. Windows color (decimal): -2699571 or 13487830. OLE color: 13487830.

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

Color convert

RGB 214 206 205 -
CMYK 0 0.04 0.04 0.16
HSL 6.67º 0.1% 0.82% -
HSV(B) 6.67º 0.04% 0.84% -
XYZ 60.82 62.85 66.68 -
YUV 208.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 214 206 205 0 0.04 0.04 0.16 6.67 0.1 0.82
Hex D6 CE CD 0 4 4 10 7 A 52
Octal 326 316 315 0 4 4 20 7 12 122
Binary 11010110 11001110 11001101 0 100 100 10000 111 1010 1010010

Color Harmonies of #D6CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CECD

Black with #D6CECD

Text Example


Text Example

White with #D6CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CECD; }

 p { color: rgb(214,206,205); }

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

background-color css

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

 a { background-color: rgb(214,206,205); }

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

border-color css

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

 span { border-color: rgb(214,206,205); }

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