#CCB5FA

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

Shades of Fog #CCB5FA

Tints of Fog #CCB5FA

Color information

#CCB5FA (or 0xCCB5FA) is unknown color: approx Fog. HEX triplet: CC, B5 and FA. RGB value is (204,181,250). Sum of RGB (Red+Green+Blue) = 204+181+250=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FA is #334A05. Grayscale: #C3C3C3. Windows color (decimal): -3361286 or 16430540. OLE color: 16430540.

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

Color convert

RGB204181250-
CMYK0.180.2800.02
HSL260º87.34%84.51%-
HSV(B)260º27.6%98.04%-
XYZ58.6852.7997.54-
YUV195.74158.62133.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 181 (71.09% from 255) = 28.50%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=32.13%
G=28.50%
B=39.37%

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
Decimal2041812500.180.2800.0226087.3484.51
HexCCB5FA121C021045755
Octal314265372223402404127125
Binary110011001011010111111010100101110001010000010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5FA; }

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

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

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

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

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

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

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

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