Html Css Color HEX #D7D9CC Grey Nurse

📋 copy color: '#D7D9CC'

red 215 ◦ green 217 ◦ blue 204

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

Shades of Grey Nurse #D7D9CC

Tints of Grey Nurse #D7D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.12%

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

R = 33.81%
G = 34.12%
B = 32.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D7D9CC (or 0xD7D9CC) is known color: Grey Nurse. HEX triplet: D7, D9 and CC. RGB value is (215,217,204). Sum of RGB (Red+Green+Blue) = 215+217+204=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9CC is #282633. Grayscale: #D6D6D6. Windows color (decimal): -2631220 or 13425111. OLE color: 13425111.

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

Color convert

RGB 215 217 204 -
CMYK 0.01 0 0.06 0.15
HSL 69.23º 0.15% 0.83% -
HSV(B) 69.23º 0.06% 0.85% -
XYZ 63.74 68.43 66.98 -
YUV 214.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 215 217 204 0.01 0 0.06 0.15 69.23 0.15 0.83
Hex D7 D9 CC 1 0 6 F 45 F 53
Octal 327 331 314 1 0 6 17 105 17 123
Binary 11010111 11011001 11001100 1 0 110 1111 1000101 1111 1010011

Color Harmonies of #D7D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9CC

Black with #D7D9CC

Text Example


Text Example

White with #D7D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D9CC; }

 p { color: rgb(215,217,204); }

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

background-color css

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

 a { background-color: rgb(215,217,204); }

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

border-color css

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

 span { border-color: rgb(215,217,204); }

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