Html Css Color HEX #D5D9C6 Grey Nurse

📋 copy color: '#D5D9C6'

red 213 ◦ green 217 ◦ blue 198

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

Shades of Grey Nurse #D5D9C6

Tints of Grey Nurse #D5D9C6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

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

R = 33.92%
G = 34.55%
B = 31.53%

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

#D5D9C6 (or 0xD5D9C6) is known color: Grey Nurse. HEX triplet: D5, D9 and C6. RGB value is (213,217,198). Sum of RGB (Red+Green+Blue) = 213+217+198=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9C6 is #2A2639. Grayscale: #D5D5D5. Windows color (decimal): -2762298 or 13031893. OLE color: 13031893.

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

Color convert

RGB 213 217 198 -
CMYK 0.02 0 0.09 0.15
HSL 72.63º 0.2% 0.81% -
HSV(B) 72.63º 0.09% 0.85% -
XYZ 62.45 67.85 63.23 -
YUV 213.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 213 217 198 0.02 0 0.09 0.15 72.63 0.2 0.81
Hex D5 D9 C6 2 0 9 F 49 14 51
Octal 325 331 306 2 0 11 17 111 24 121
Binary 11010101 11011001 11000110 10 0 1001 1111 1001001 10100 1010001

Color Harmonies of #D5D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9C6

Black with #D5D9C6

Text Example


Text Example

White with #D5D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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