Html Css Color HEX #D4D8C8 Grey Nurse

📋 copy color: '#D4D8C8'

red 212 ◦ green 216 ◦ blue 200

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

Shades of Grey Nurse #D4D8C8

Tints of Grey Nurse #D4D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.39%

 BLUE value IS 200 (78.52% from 255) = 31.85%

R = 33.76%
G = 34.39%
B = 31.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D4D8C8 (or 0xD4D8C8) is known color: Grey Nurse. HEX triplet: D4, D8 and C8. RGB value is (212,216,200). Sum of RGB (Red+Green+Blue) = 212+216+200=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8C8 is #2B2737. Grayscale: #D5D5D5. Windows color (decimal): -2828088 or 13162708. OLE color: 13162708.

HSL color Cylindrical-coordinate representation of color #D4D8C8: hue angle of 75º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4D8C8 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 200 -
CMYK 0.02 0 0.07 0.15
HSL 75º 0.17% 0.82% -
HSV(B) 75º 0.07% 0.85% -
XYZ 62.13 67.28 64.35 -
YUV 212.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 212 216 200 0.02 0 0.07 0.15 75 0.17 0.82
Hex D4 D8 C8 2 0 7 F 4B 11 52
Octal 324 330 310 2 0 7 17 113 21 122
Binary 11010100 11011000 11001000 10 0 111 1111 1001011 10001 1010010

Color Harmonies of #D4D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8C8

Black with #D4D8C8

Text Example


Text Example

White with #D4D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8C8; }

 p { color: rgb(212,216,200); }

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

background-color css

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

 a { background-color: rgb(212,216,200); }

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

border-color css

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

 span { border-color: rgb(212,216,200); }

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