Html Css Color HEX #D5DAC4 Grey Nurse

📋 copy color: '#D5DAC4'

red 213 ◦ green 218 ◦ blue 196

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

Shades of Grey Nurse #D5DAC4

Tints of Grey Nurse #D5DAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.26%

R = 33.97%
G = 34.77%
B = 31.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D5DAC4 (or 0xD5DAC4) is known color: Grey Nurse. HEX triplet: D5, DA and C4. RGB value is (213,218,196). Sum of RGB (Red+Green+Blue) = 213+218+196=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAC4 is #2A253B. Grayscale: #D6D6D6. Windows color (decimal): -2762044 or 12901077. OLE color: 12901077.

HSL color Cylindrical-coordinate representation of color #D5DAC4: hue angle of 73.64º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DAC4 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 196 -
CMYK 0.02 0 0.10 0.15
HSL 73.64º 0.23% 0.81% -
HSV(B) 73.64º 0.1% 0.85% -
XYZ 62.48 68.27 62.11 -
YUV 214 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 213 218 196 0.02 0 0.10 0.15 73.64 0.23 0.81
Hex D5 DA C4 2 0 A F 4A 17 51
Octal 325 332 304 2 0 12 17 112 27 121
Binary 11010101 11011010 11000100 10 0 1010 1111 1001010 10111 1010001

Color Harmonies of #D5DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAC4

Black with #D5DAC4

Text Example


Text Example

White with #D5DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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