#D1D9C1

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

Shades of Grey Nurse #D1D9C1

Tints of Grey Nurse #D1D9C1

Color information

#D1D9C1 (or 0xD1D9C1) is unknown color: approx Grey Nurse. HEX triplet: D1, D9 and C1. RGB value is (209,217,193). Sum of RGB (Red+Green+Blue) = 209+217+193=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9C1 is #2E263E. Grayscale: #D3D3D3. Windows color (decimal): -3024447 or 12704209. OLE color: 12704209.

HSL color Cylindrical-coordinate representation of color #D1D9C1: hue angle of 80º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D9C1 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB209217193-
CMYK0.0400.110.15
HSL80º24%80.39%-
HSV(B)80º11.06%85.1%-
XYZ60.7367.0360.19-
YUV211.87117.35125.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=33.76%
G=35.06%
B=31.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171930.0400.110.15802480.39
HexD1D9C140BF501850
Octal32133130140131712030120
Binary1101000111011001110000011000101111111010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9C1; }

 p { color: rgb(209,217,193); }

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

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

 a { background-color: rgb(209,217,193); }

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

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

 span { border-color: rgb(209,217,193); }

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