#CCB3FA

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

Shades of Fog #CCB3FA

Tints of Fog #CCB3FA

Color information

#CCB3FA (or 0xCCB3FA) is unknown color: approx Fog. HEX triplet: CC, B3 and FA. RGB value is (204,179,250). Sum of RGB (Red+Green+Blue) = 204+179+250=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FA is #334C05. Grayscale: #C2C2C2. Windows color (decimal): -3361798 or 16430028. OLE color: 16430028.

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

Color convert

RGB204179250-
CMYK0.180.2800.02
HSL261.13º87.65%84.12%-
HSV(B)261.13º28.4%98.04%-
XYZ58.2851.9897.4-
YUV194.57159.28134.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=32.23%
G=28.28%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041792500.180.2800.02261.1387.6584.12
HexCCB3FA121C021055854
Octal314263372223402405130124
Binary110011001011001111111010100101110001010000010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3FA; }

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

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

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

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

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

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

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

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