#CCC8CF

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

Shades of French Grey #CCC8CF

Tints of French Grey #CCC8CF

Color information

#CCC8CF (or 0xCCC8CF) is unknown color: approx French Grey. HEX triplet: CC, C8 and CF. RGB value is (204,200,207). Sum of RGB (Red+Green+Blue) = 204+200+207=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CF is #333730. Grayscale: #C9C9C9. Windows color (decimal): -3356465 or 13617356. OLE color: 13617356.

HSL color Cylindrical-coordinate representation of color #CCC8CF: hue angle of 274.29º degrees, saturation: 0.07, 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 #CCC8CF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204200207-
CMYK0.010.0300.19
HSL274.29º6.8%79.8%-
HSV(B)274.29º3.38%81.18%-
XYZ56.8258.6567.36-
YUV201.99130.83129.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=33.39%
G=32.73%
B=33.88%

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
Decimal2042002070.010.0300.19274.296.879.8
HexCCC8CF13013112750
Octal314310317130234227120
Binary1100110011001000110011111110100111000100101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8CF; }

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

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

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

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

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

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

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

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