#D6DCC0

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

Shades of Grey Nurse #D6DCC0

Tints of Grey Nurse #D6DCC0

Color information

#D6DCC0 (or 0xD6DCC0) is unknown color: approx Grey Nurse. HEX triplet: D6, DC and C0. RGB value is (214,220,192). Sum of RGB (Red+Green+Blue) = 214+220+192=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCC0 is #29233F. Grayscale: #D7D7D7. Windows color (decimal): -2696000 or 12639446. OLE color: 12639446.

HSL color Cylindrical-coordinate representation of color #D6DCC0: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DCC0 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB214220192-
CMYK0.0300.130.14
HSL72.86º28.57%80.78%-
HSV(B)72.86º12.73%86.27%-
XYZ62.8469.2959.93-
YUV215.01115.01127.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=34.19%
G=35.14%
B=30.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201920.0300.130.1472.8628.5780.78
HexD6DCC030DE491d51
Octal32633430030151611135121
Binary110101101101110011000000110110111101001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCC0; }

 p { color: rgb(214,220,192); }

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

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

 a { background-color: rgb(214,220,192); }

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

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

 span { border-color: rgb(214,220,192); }

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