#CCB3F6

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

Shades of Fog #CCB3F6

Tints of Fog #CCB3F6

Color information

#CCB3F6 (or 0xCCB3F6) is unknown color: approx Fog. HEX triplet: CC, B3 and F6. RGB value is (204,179,246). Sum of RGB (Red+Green+Blue) = 204+179+246=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCB3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3F6 is #334C09. Grayscale: #C1C1C1. Windows color (decimal): -3361802 or 16167884. OLE color: 16167884.

HSL color Cylindrical-coordinate representation of color #CCB3F6: hue angle of 262.39º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB3F6 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204179246-
CMYK0.170.2700.04
HSL262.39º78.82%83.33%-
HSV(B)262.39º27.24%96.47%-
XYZ57.6651.7394.14-
YUV194.11157.28135.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 179 (70.31% from 255) = 28.46%
BLUE value IS 246 (96.48% from 255) = 39.11%
R=32.43%
G=28.46%
B=39.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041792460.170.2700.04262.3978.8283.33
HexCCB3F6111B041064f53
Octal314263366213304406117123
Binary1100110010110011111101101000111011010010000011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3F6; }

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

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

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

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

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

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

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

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