#CCC6D2

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

Shades of French Grey #CCC6D2

Tints of French Grey #CCC6D2

Color information

#CCC6D2 (or 0xCCC6D2) is unknown color: approx French Grey. HEX triplet: CC, C6 and D2. RGB value is (204,198,210). Sum of RGB (Red+Green+Blue) = 204+198+210=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D2 is #33392D. Grayscale: #C9C9C9. Windows color (decimal): -3356974 or 13813452. OLE color: 13813452.

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

Color convert

RGB204198210-
CMYK0.030.0600.18
HSL270º11.76%80%-
HSV(B)270º5.71%82.35%-
XYZ56.7357.8869.15-
YUV201.16132.99130.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 32.35%
BLUE value IS 210 (82.42% from 255) = 34.31%
R=33.33%
G=32.35%
B=34.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041982100.030.0600.1827011.7680
HexCCC6D23601210ec50
Octal3143063223602241614120
Binary1100110011000110110100101111001001010000111011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6D2; }

 p { color: rgb(204,198,210); }

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

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

 a { background-color: rgb(204,198,210); }

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

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

 span { border-color: rgb(204,198,210); }

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