#CCC9D0

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

Shades of French Grey #CCC9D0

Tints of French Grey #CCC9D0

Color information

#CCC9D0 (or 0xCCC9D0) is unknown color: approx French Grey. HEX triplet: CC, C9 and D0. RGB value is (204,201,208). Sum of RGB (Red+Green+Blue) = 204+201+208=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D0 is #33362F. Grayscale: #CACACA. Windows color (decimal): -3356208 or 13683148. OLE color: 13683148.

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

Color convert

RGB204201208-
CMYK0.020.0300.18
HSL265.71º6.93%80.2%-
HSV(B)265.71º3.37%81.57%-
XYZ57.1759.1668.08-
YUV202.7130.99128.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=33.28%
G=32.79%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042012080.020.0300.18265.716.9380.2
HexCCC9D02301210a750
Octal314311320230224127120
Binary11001100110010011101000010110100101000010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9D0; }

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

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

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

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

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

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

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

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