#CCCDC9

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

Shades of Grey Nurse #CCCDC9

Tints of Grey Nurse #CCCDC9

Color information

#CCCDC9 (or 0xCCCDC9) is unknown color: approx Grey Nurse. HEX triplet: CC, CD and C9. RGB value is (204,205,201). Sum of RGB (Red+Green+Blue) = 204+205+201=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDC9 is #333236. Grayscale: #CCCCCC. Windows color (decimal): -3355191 or 13225420. OLE color: 13225420.

HSL color Cylindrical-coordinate representation of color #CCCDC9: hue angle of 75º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCDC9 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB204205201-
CMYK0.0000.020.20
HSL75º3.85%79.61%-
HSV(B)75º1.95%80.39%-
XYZ57.2860.7263.96-
YUV204.24126.17127.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=33.44%
G=33.61%
B=32.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042052010.0000.020.20753.8579.61
HexCCCDC9002144b450
Octal314315311002241134120
Binary11001100110011011100100100101010010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDC9; }

 p { color: rgb(204,205,201); }

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

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

 a { background-color: rgb(204,205,201); }

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

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

 span { border-color: rgb(204,205,201); }

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