#CCD1C4

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

Shades of Grey Nurse #CCD1C4

Tints of Grey Nurse #CCD1C4

Color information

#CCD1C4 (or 0xCCD1C4) is unknown color: approx Grey Nurse. HEX triplet: CC, D1 and C4. RGB value is (204,209,196). Sum of RGB (Red+Green+Blue) = 204+209+196=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1C4 is #332E3B. Grayscale: #CECECE. Windows color (decimal): -3354172 or 12898764. OLE color: 12898764.

HSL color Cylindrical-coordinate representation of color #CCD1C4: hue angle of 83.08º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD1C4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB204209196-
CMYK0.0200.060.18
HSL83.08º12.38%79.41%-
HSV(B)83.08º6.22%81.96%-
XYZ57.6762.4261.23-
YUV206.02122.34126.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=33.50%
G=34.32%
B=32.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091960.0200.060.1883.0812.3879.41
HexCCD1C42061253c4f
Octal3143213042062212314117
Binary11001100110100011100010010011010010101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1C4; }

 p { color: rgb(204,209,196); }

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

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

 a { background-color: rgb(204,209,196); }

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

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

 span { border-color: rgb(204,209,196); }

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