#CCC1EC

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

Shades of Fog #CCC1EC

Tints of Fog #CCC1EC

Color information

#CCC1EC (or 0xCCC1EC) is unknown color: approx Fog. HEX triplet: CC, C1 and EC. RGB value is (204,193,236). Sum of RGB (Red+Green+Blue) = 204+193+236=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EC is #333E13. Grayscale: #C9C9C9. Windows color (decimal): -3358228 or 15516108. OLE color: 15516108.

HSL color Cylindrical-coordinate representation of color #CCC1EC: hue angle of 255.35º degrees, saturation: 0.53, 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 #CCC1EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204193236-
CMYK0.140.1800.07
HSL255.35º53.09%84.12%-
HSV(B)255.35º18.22%92.55%-
XYZ59.1157.0387.25-
YUV201.19147.64130-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=32.23%
G=30.49%
B=37.28%

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
Decimal2041932360.140.1800.07255.3553.0984.12
HexCCC1ECE1207ff3554
Octal31430135416220737765124
Binary1100110011000001111011001110100100111111111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1EC; }

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

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

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

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

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

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

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

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