#CCB3FB

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

Shades of Fog #CCB3FB

Tints of Fog #CCB3FB

Color information

#CCB3FB (or 0xCCB3FB) is unknown color: approx Fog. HEX triplet: CC, B3 and FB. RGB value is (204,179,251). Sum of RGB (Red+Green+Blue) = 204+179+251=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FB is #334C04. Grayscale: #C2C2C2. Windows color (decimal): -3361797 or 16495564. OLE color: 16495564.

HSL color Cylindrical-coordinate representation of color #CCB3FB: hue angle of 260.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB3FB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204179251-
CMYK0.190.2900.02
HSL260.83º90%84.31%-
HSV(B)260.83º28.69%98.43%-
XYZ58.4352.0498.23-
YUV194.68159.78134.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=32.18%
G=28.23%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041792510.190.2900.02260.839084.31
HexCCB3FB131D021055a54
Octal314263373233502405132124
Binary110011001011001111111011100111110101010000010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3FB; }

 p { color: rgb(204,179,251); }

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

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

 a { background-color: rgb(204,179,251); }

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

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

 span { border-color: rgb(204,179,251); }

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