#CCD3C1

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

Shades of Grey Nurse #CCD3C1

Tints of Grey Nurse #CCD3C1

Color information

#CCD3C1 (or 0xCCD3C1) is unknown color: approx Grey Nurse. HEX triplet: CC, D3 and C1. RGB value is (204,211,193). Sum of RGB (Red+Green+Blue) = 204+211+193=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3C1 is #332C3E. Grayscale: #CECECE. Windows color (decimal): -3353663 or 12702668. OLE color: 12702668.

HSL color Cylindrical-coordinate representation of color #CCD3C1: hue angle of 83.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD3C1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB204211193-
CMYK0.0300.090.17
HSL83.33º16.98%79.22%-
HSV(B)83.33º8.53%82.75%-
XYZ57.8263.2859.62-
YUV206.86120.18125.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=33.55%
G=34.70%
B=31.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111930.0300.090.1783.3316.9879.22
HexCCD3C13091153114f
Octal31432330130112112321117
Binary1100110011010011110000011101001100011010011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3C1; }

 p { color: rgb(204,211,193); }

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

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

 a { background-color: rgb(204,211,193); }

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

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

 span { border-color: rgb(204,211,193); }

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