Html Css Color HEX #D4DCBE Grey Nurse

📋 copy color: '#D4DCBE'

red 212 ◦ green 220 ◦ blue 190

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

Shades of Grey Nurse #D4DCBE

Tints of Grey Nurse #D4DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

 BLUE value IS 190 (74.61% from 255) = 30.55%

R = 34.08%
G = 35.37%
B = 30.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#D4DCBE (or 0xD4DCBE) is known color: Grey Nurse. HEX triplet: D4, DC and BE. RGB value is (212,220,190). Sum of RGB (Red+Green+Blue) = 212+220+190=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCBE is #2B2341. Grayscale: #D6D6D6. Windows color (decimal): -2827074 or 12508372. OLE color: 12508372.

HSL color Cylindrical-coordinate representation of color #D4DCBE: hue angle of 76º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4DCBE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 190 -
CMYK 0.04 0 0.14 0.14
HSL 76º 0.3% 0.8% -
HSV(B) 76º 0.14% 0.86% -
XYZ 62.04 68.9 58.74 -
YUV 214.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 212 220 190 0.04 0 0.14 0.14 76 0.3 0.8
Hex D4 DC BE 4 0 E E 4C 1E 50
Octal 324 334 276 4 0 16 16 114 36 120
Binary 11010100 11011100 10111110 100 0 1110 1110 1001100 11110 1010000

Color Harmonies of #D4DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCBE

Black with #D4DCBE

Text Example


Text Example

White with #D4DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCBE; }

 p { color: rgb(212,220,190); }

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

background-color css

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

 a { background-color: rgb(212,220,190); }

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

border-color css

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

 span { border-color: rgb(212,220,190); }

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