Html Css Color HEX #D5DAC7 Grey Nurse

📋 copy color: '#D5DAC7'

red 213 ◦ green 218 ◦ blue 199

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

Shades of Grey Nurse #D5DAC7

Tints of Grey Nurse #D5DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.6%

 BLUE value IS 199 (78.13% from 255) = 31.59%

R = 33.81%
G = 34.6%
B = 31.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D5DAC7 (or 0xD5DAC7) is known color: Grey Nurse. HEX triplet: D5, DA and C7. RGB value is (213,218,199). Sum of RGB (Red+Green+Blue) = 213+218+199=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAC7 is #2A2538. Grayscale: #D6D6D6. Windows color (decimal): -2762041 or 13097685. OLE color: 13097685.

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

Color convert

RGB 213 218 199 -
CMYK 0.02 0 0.09 0.15
HSL 75.79º 0.2% 0.82% -
HSV(B) 75.79º 0.09% 0.85% -
XYZ 62.82 68.41 63.93 -
YUV 214.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 213 218 199 0.02 0 0.09 0.15 75.79 0.2 0.82
Hex D5 DA C7 2 0 9 F 4C 14 52
Octal 325 332 307 2 0 11 17 114 24 122
Binary 11010101 11011010 11000111 10 0 1001 1111 1001100 10100 1010010

Color Harmonies of #D5DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAC7

Black with #D5DAC7

Text Example


Text Example

White with #D5DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAC7; }

 p { color: rgb(213,218,199); }

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

background-color css

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

 a { background-color: rgb(213,218,199); }

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

border-color css

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

 span { border-color: rgb(213,218,199); }

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