Html Css Color HEX #D5D8C8 Grey Nurse

📋 copy color: '#D5D8C8'

red 213 ◦ green 216 ◦ blue 200

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

Shades of Grey Nurse #D5D8C8

Tints of Grey Nurse #D5D8C8

RGB

 RED value IS 213 (83.59% from 255) = 33.86%

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

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

R = 33.86%
G = 34.34%
B = 31.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D5D8C8 (or 0xD5D8C8) is known color: Grey Nurse. HEX triplet: D5, D8 and C8. RGB value is (213,216,200). Sum of RGB (Red+Green+Blue) = 213+216+200=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8C8 is #2A2737. Grayscale: #D5D5D5. Windows color (decimal): -2762552 or 13162709. OLE color: 13162709.

HSL color Cylindrical-coordinate representation of color #D5D8C8: hue angle of 71.25º 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 #D5D8C8 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 200 -
CMYK 0.01 0 0.07 0.15
HSL 71.25º 0.17% 0.82% -
HSV(B) 71.25º 0.07% 0.85% -
XYZ 62.42 67.43 64.37 -
YUV 213.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 213 216 200 0.01 0 0.07 0.15 71.25 0.17 0.82
Hex D5 D8 C8 1 0 7 F 47 11 52
Octal 325 330 310 1 0 7 17 107 21 122
Binary 11010101 11011000 11001000 1 0 111 1111 1000111 10001 1010010

Color Harmonies of #D5D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8C8

Black with #D5D8C8

Text Example


Text Example

White with #D5D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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