#CCB2EF

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

Shades of Fog #CCB2EF

Tints of Fog #CCB2EF

Color information

#CCB2EF (or 0xCCB2EF) is unknown color: approx Fog. HEX triplet: CC, B2 and EF. RGB value is (204,178,239). Sum of RGB (Red+Green+Blue) = 204+178+239=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EF is #334D10. Grayscale: #C0C0C0. Windows color (decimal): -3362065 or 15708876. OLE color: 15708876.

HSL color Cylindrical-coordinate representation of color #CCB2EF: hue angle of 265.57º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB2EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204178239-
CMYK0.150.2600.06
HSL265.57º65.59%81.76%-
HSV(B)265.57º25.52%93.73%-
XYZ56.450.9188.52-
YUV192.73154.11136.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=32.85%
G=28.66%
B=38.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041782390.150.2600.06265.5765.5981.76
HexCCB2EFF1A0610a4252
Octal314262357173206412102122
Binary110011001011001011101111111111010011010000101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2EF; }

 p { color: rgb(204,178,239); }

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

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

 a { background-color: rgb(204,178,239); }

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

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

 span { border-color: rgb(204,178,239); }

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