Html Css Color HEX #D5DAC6 Grey Nurse

📋 copy color: '#D5DAC6'

red 213 ◦ green 218 ◦ blue 198

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

Shades of Grey Nurse #D5DAC6

Tints of Grey Nurse #D5DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.48%

R = 33.86%
G = 34.66%
B = 31.48%

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

#D5DAC6 (or 0xD5DAC6) is known color: Grey Nurse. HEX triplet: D5, DA and C6. RGB value is (213,218,198). Sum of RGB (Red+Green+Blue) = 213+218+198=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAC6 is #2A2539. Grayscale: #D6D6D6. Windows color (decimal): -2762042 or 13032149. OLE color: 13032149.

HSL color Cylindrical-coordinate representation of color #D5DAC6: hue angle of 75º degrees, saturation: 0.21, 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 #D5DAC6 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 198 -
CMYK 0.02 0 0.09 0.15
HSL 75º 0.21% 0.82% -
HSV(B) 75º 0.09% 0.85% -
XYZ 62.71 68.37 63.32 -
YUV 214.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 213 218 198 0.02 0 0.09 0.15 75 0.21 0.82
Hex D5 DA C6 2 0 9 F 4B 15 52
Octal 325 332 306 2 0 11 17 113 25 122
Binary 11010101 11011010 11000110 10 0 1001 1111 1001011 10101 1010010

Color Harmonies of #D5DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAC6

Black with #D5DAC6

Text Example


Text Example

White with #D5DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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