#CCC9CF

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

Shades of French Grey #CCC9CF

Tints of French Grey #CCC9CF

Color information

#CCC9CF (or 0xCCC9CF) is unknown color: approx French Grey. HEX triplet: CC, C9 and CF. RGB value is (204,201,207). Sum of RGB (Red+Green+Blue) = 204+201+207=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CF is #333630. Grayscale: #CACACA. Windows color (decimal): -3356209 or 13617612. OLE color: 13617612.

HSL color Cylindrical-coordinate representation of color #CCC9CF: hue angle of 270º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC9CF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204201207-
CMYK0.010.0300.19
HSL270º5.88%80%-
HSV(B)270º2.9%81.18%-
XYZ57.0559.1267.44-
YUV202.58130.49129.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=33.33%
G=32.84%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042012070.010.0300.192705.8880
HexCCC9CF1301310e650
Octal314311317130234166120
Binary1100110011001001110011111110100111000011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9CF; }

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

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

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

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

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

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

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

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