Html Css Color HEX #D1D8C5 Grey Nurse

📋 copy color: '#D1D8C5'

red 209 ◦ green 216 ◦ blue 197

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

Shades of Grey Nurse #D1D8C5

Tints of Grey Nurse #D1D8C5

RGB

 RED value IS 209 (82.03% from 255) = 33.6%

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

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 33.6%
G = 34.73%
B = 31.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D1D8C5 (or 0xD1D8C5) is known color: Grey Nurse. HEX triplet: D1, D8 and C5. RGB value is (209,216,197). Sum of RGB (Red+Green+Blue) = 209+216+197=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8C5 is #2E273A. Grayscale: #D3D3D3. Windows color (decimal): -3024699 or 12966097. OLE color: 12966097.

HSL color Cylindrical-coordinate representation of color #D1D8C5: hue angle of 82.11º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1D8C5 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 216 197 -
CMYK 0.03 0 0.09 0.15
HSL 82.11º 0.2% 0.81% -
HSV(B) 82.11º 0.09% 0.85% -
XYZ 60.93 66.7 62.49 -
YUV 211.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 209 216 197 0.03 0 0.09 0.15 82.11 0.2 0.81
Hex D1 D8 C5 3 0 9 F 52 14 51
Octal 321 330 305 3 0 11 17 122 24 121
Binary 11010001 11011000 11000101 11 0 1001 1111 1010010 10100 1010001

Color Harmonies of #D1D8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8C5

Black with #D1D8C5

Text Example


Text Example

White with #D1D8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8C5; }

 p { color: rgb(209,216,197); }

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

background-color css

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

 a { background-color: rgb(209,216,197); }

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

border-color css

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

 span { border-color: rgb(209,216,197); }

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