#CCB6EC

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

Shades of Fog #CCB6EC

Tints of Fog #CCB6EC

Color information

#CCB6EC (or 0xCCB6EC) is unknown color: approx Fog. HEX triplet: CC, B6 and EC. RGB value is (204,182,236). Sum of RGB (Red+Green+Blue) = 204+182+236=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6EC is #334913. Grayscale: #C2C2C2. Windows color (decimal): -3361044 or 15513292. OLE color: 15513292.

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

Color convert

RGB204182236-
CMYK0.140.2300.07
HSL264.44º58.7%81.96%-
HSV(B)264.44º22.88%92.55%-
XYZ56.7752.3586.47-
YUV194.73151.29134.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=32.80%
G=29.26%
B=37.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041822360.140.2300.07264.4458.781.96
HexCCB6ECE17071083b52
Octal31426635416270741073122
Binary11001100101101101110110011101011101111000010001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6EC; }

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

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

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

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

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

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

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

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