Html Css Color HEX #D4D7CC Grey Nurse

📋 copy color: '#D4D7CC'

red 212 ◦ green 215 ◦ blue 204

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

Shades of Grey Nurse #D4D7CC

Tints of Grey Nurse #D4D7CC

RGB

 RED value IS 212 (83.2% from 255) = 33.6%

 GREEN value IS 215 (84.38% from 255) = 34.07%

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

R = 33.6%
G = 34.07%
B = 32.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D4D7CC (or 0xD4D7CC) is known color: Grey Nurse. HEX triplet: D4, D7 and CC. RGB value is (212,215,204). Sum of RGB (Red+Green+Blue) = 212+215+204=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7CC is #2B2833. Grayscale: #D4D4D4. Windows color (decimal): -2828340 or 13424596. OLE color: 13424596.

HSL color Cylindrical-coordinate representation of color #D4D7CC: hue angle of 76.36º degrees, saturation: 0.12, 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 #D4D7CC is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 204 -
CMYK 0.01 0 0.05 0.16
HSL 76.36º 0.12% 0.82% -
HSV(B) 76.36º 0.05% 0.84% -
XYZ 62.35 66.96 66.76 -
YUV 212.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 212 215 204 0.01 0 0.05 0.16 76.36 0.12 0.82
Hex D4 D7 CC 1 0 5 10 4C C 52
Octal 324 327 314 1 0 5 20 114 14 122
Binary 11010100 11010111 11001100 1 0 101 10000 1001100 1100 1010010

Color Harmonies of #D4D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D7CC

Black with #D4D7CC

Text Example


Text Example

White with #D4D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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