#CCC2EC

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

Shades of Fog #CCC2EC

Tints of Fog #CCC2EC

Color information

#CCC2EC (or 0xCCC2EC) is unknown color: approx Fog. HEX triplet: CC, C2 and EC. RGB value is (204,194,236). Sum of RGB (Red+Green+Blue) = 204+194+236=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2EC is #333D13. Grayscale: #C9C9C9. Windows color (decimal): -3357972 or 15516364. OLE color: 15516364.

HSL color Cylindrical-coordinate representation of color #CCC2EC: hue angle of 254.29º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC2EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204194236-
CMYK0.140.1800.07
HSL254.29º52.5%84.31%-
HSV(B)254.29º17.8%92.55%-
XYZ59.3357.4887.32-
YUV201.78147.31129.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=32.18%
G=30.60%
B=37.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041942360.140.1800.07254.2952.584.31
HexCCC2ECE1207fe3454
Octal31430235416220737664124
Binary1100110011000010111011001110100100111111111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2EC; }

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

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

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

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

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

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

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

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