#CCC2EB

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

Shades of Fog #CCC2EB

Tints of Fog #CCC2EB

Color information

#CCC2EB (or 0xCCC2EB) is unknown color: approx Fog. HEX triplet: CC, C2 and EB. RGB value is (204,194,235). Sum of RGB (Red+Green+Blue) = 204+194+235=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2EB is #333D14. Grayscale: #C9C9C9. Windows color (decimal): -3357973 or 15450828. OLE color: 15450828.

HSL color Cylindrical-coordinate representation of color #CCC2EB: hue angle of 254.63º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC2EB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204194235-
CMYK0.130.1700.08
HSL254.63º50.62%84.12%-
HSV(B)254.63º17.45%92.16%-
XYZ59.1957.4286.56-
YUV201.66146.81129.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=32.23%
G=30.65%
B=37.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041942350.130.1700.08254.6350.6284.12
HexCCC2EBD1108ff3354
Octal314302353152101037763124
Binary11001100110000101110101111011000101000111111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2EB; }

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

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

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

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

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

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

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

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