#CCC2F2

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

Shades of Fog #CCC2F2

Tints of Fog #CCC2F2

Color information

#CCC2F2 (or 0xCCC2F2) is unknown color: approx Fog. HEX triplet: CC, C2 and F2. RGB value is (204,194,242). Sum of RGB (Red+Green+Blue) = 204+194+242=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2F2 is #333D0D. Grayscale: #CACACA. Windows color (decimal): -3357966 or 15909580. OLE color: 15909580.

HSL color Cylindrical-coordinate representation of color #CCC2F2: hue angle of 252.5º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC2F2 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204194242-
CMYK0.160.2000.05
HSL252.5º64.86%85.49%-
HSV(B)252.5º19.83%94.9%-
XYZ60.2257.8391.99-
YUV202.46150.31129.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=31.88%
G=30.31%
B=37.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041942420.160.2000.05252.564.8685.49
HexCCC2F2101405fc4155
Octal314302362202405374101125
Binary110011001100001011110010100001010001011111110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2F2; }

 p { color: rgb(204,194,242); }

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

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

 a { background-color: rgb(204,194,242); }

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

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

 span { border-color: rgb(204,194,242); }

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