Html Css Color HEX #D7CFCE Light Grey

📋 copy color: '#D7CFCE'

red 215 ◦ green 207 ◦ blue 206

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

Shades of Light Grey #D7CFCE

Tints of Light Grey #D7CFCE

RGB

 RED value IS 215 (84.38% from 255) = 34.24%

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

 BLUE value IS 206 (80.86% 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

#D7CFCE (or 0xD7CFCE) is known color: Light Grey. HEX triplet: D7, CF and CE. RGB value is (215,207,206). Sum of RGB (Red+Green+Blue) = 215+207+206=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFCE is #283031. Grayscale: #D1D1D1. Windows color (decimal): -2633778 or 13553623. OLE color: 13553623.

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

Color convert

RGB 215 207 206 -
CMYK 0 0.04 0.04 0.16
HSL 6.67º 0.1% 0.83% -
HSV(B) 6.67º 0.04% 0.84% -
XYZ 61.48 63.53 67.41 -
YUV 209.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 215 207 206 0 0.04 0.04 0.16 6.67 0.1 0.83
Hex D7 CF CE 0 4 4 10 7 A 53
Octal 327 317 316 0 4 4 20 7 12 123
Binary 11010111 11001111 11001110 0 100 100 10000 111 1010 1010011

Color Harmonies of #D7CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFCE

Black with #D7CFCE

Text Example


Text Example

White with #D7CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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