Html Css Color HEX #D9CFCE Light Grey

📋 copy color: '#D9CFCE'

red 217 ◦ green 207 ◦ blue 206

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

Shades of Light Grey #D9CFCE

Tints of Light Grey #D9CFCE

RGB

 RED value IS 217 (85.16% from 255) = 34.44%

 GREEN value IS 207 (81.25% from 255) = 32.86%

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 34.44%
G = 32.86%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9CFCE (or 0xD9CFCE) is known color: Light Grey. HEX triplet: D9, CF and CE. RGB value is (217,207,206). Sum of RGB (Red+Green+Blue) = 217+207+206=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFCE is #263031. Grayscale: #D1D1D1. Windows color (decimal): -2502706 or 13553625. OLE color: 13553625.

HSL color Cylindrical-coordinate representation of color #D9CFCE: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CFCE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 206 -
CMYK 0 0.05 0.05 0.15
HSL 5.45º 0.13% 0.83% -
HSV(B) 5.45º 0.05% 0.85% -
XYZ 62.07 63.83 67.44 -
YUV 209.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 217 207 206 0 0.05 0.05 0.15 5.45 0.13 0.83
Hex D9 CF CE 0 5 5 F 5 D 53
Octal 331 317 316 0 5 5 17 5 15 123
Binary 11011001 11001111 11001110 0 101 101 1111 101 1101 1010011

Color Harmonies of #D9CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFCE

Black with #D9CFCE

Text Example


Text Example

White with #D9CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFCE; }

 p { color: rgb(217,207,206); }

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

background-color css

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

 a { background-color: rgb(217,207,206); }

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

border-color css

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

 span { border-color: rgb(217,207,206); }

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