#CCB5FE

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

Shades of Fog #CCB5FE

Tints of Fog #CCB5FE

Color information

#CCB5FE (or 0xCCB5FE) is unknown color: approx Fog. HEX triplet: CC, B5 and FE. RGB value is (204,181,254). Sum of RGB (Red+Green+Blue) = 204+181+254=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FE is #334A01. Grayscale: #C3C3C3. Windows color (decimal): -3361282 or 16692684. OLE color: 16692684.

HSL color Cylindrical-coordinate representation of color #CCB5FE: hue angle of 258.9º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB5FE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204181254-
CMYK0.200.2900.00
HSL258.9º97.33%85.29%-
HSV(B)258.9º28.74%99.61%-
XYZ59.3253.04100.88-
YUV196.2160.62133.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 181 (71.09% from 255) = 28.33%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=31.92%
G=28.33%
B=39.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041812540.200.2900.00258.997.3385.29
HexCCB5FE141D001036155
Octal314265376243500403141125
Binary11001100101101011111111010100111010010000001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5FE; }

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

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

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

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

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

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

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

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