Html Css Color HEX #D4DAC5 Grey Nurse

📋 copy color: '#D4DAC5'

red 212 ◦ green 218 ◦ blue 197

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

Shades of Grey Nurse #D4DAC5

Tints of Grey Nurse #D4DAC5

RGB

 RED value IS 212 (83.2% from 255) = 33.81%

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

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

R = 33.81%
G = 34.77%
B = 31.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D4DAC5 (or 0xD4DAC5) is known color: Grey Nurse. HEX triplet: D4, DA and C5. RGB value is (212,218,197). Sum of RGB (Red+Green+Blue) = 212+218+197=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAC5 is #2B253A. Grayscale: #D5D5D5. Windows color (decimal): -2827579 or 12966612. OLE color: 12966612.

HSL color Cylindrical-coordinate representation of color #D4DAC5: hue angle of 77.14º degrees, saturation: 0.22, 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 #D4DAC5 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 197 -
CMYK 0.03 0 0.10 0.15
HSL 77.14º 0.22% 0.81% -
HSV(B) 77.14º 0.1% 0.85% -
XYZ 62.3 68.17 62.7 -
YUV 213.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 212 218 197 0.03 0 0.10 0.15 77.14 0.22 0.81
Hex D4 DA C5 3 0 A F 4D 16 51
Octal 324 332 305 3 0 12 17 115 26 121
Binary 11010100 11011010 11000101 11 0 1010 1111 1001101 10110 1010001

Color Harmonies of #D4DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAC5

Black with #D4DAC5

Text Example


Text Example

White with #D4DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAC5; }

 p { color: rgb(212,218,197); }

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

background-color css

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

 a { background-color: rgb(212,218,197); }

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

border-color css

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

 span { border-color: rgb(212,218,197); }

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