#D5D9CA

Color #D5D9CA Grey Nurse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nurse #D5D9CA

Tints of Grey Nurse #D5D9CA

Color information

#D5D9CA (or 0xD5D9CA) is unknown color: approx Grey Nurse. HEX triplet: D5, D9 and CA. RGB value is (213,217,202). Sum of RGB (Red+Green+Blue) = 213+217+202=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9CA is #2A2635. Grayscale: #D6D6D6. Windows color (decimal): -2762294 or 13294037. OLE color: 13294037.

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

Color convert

RGB213217202-
CMYK0.0200.070.15
HSL76º16.48%82.16%-
HSV(B)76º6.91%85.1%-
XYZ62.9168.0465.69-
YUV214.09121.17127.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=33.70%
G=34.34%
B=31.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132172020.0200.070.157616.4882.16
HexD5D9CA207F4c1052
Octal3253313122071711420122
Binary11010101110110011100101010011111111001100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D9CA; }

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

 H1.HeaderClassName
 {
   color: #D5D9CA;
 }
 .AnyTagClassName
 {
   color: #D5D9CA;
 }
</style>
background-color css

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

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

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

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

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

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