#CCB5FF

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

Shades of Fog #CCB5FF

Tints of Fog #CCB5FF

Color information

#CCB5FF (or 0xCCB5FF) is unknown color: approx Fog. HEX triplet: CC, B5 and FF. RGB value is (204,181,255). Sum of RGB (Red+Green+Blue) = 204+181+255=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FF is #334A00. Grayscale: #C4C4C4. Windows color (decimal): -3361281 or 16758220. OLE color: 16758220.

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

Color convert

RGB204181255-
CMYK0.20.2900
HSL258.65º100%85.49%-
HSV(B)258.65º29.02%100%-
XYZ59.4853.11101.72-
YUV196.31161.12133.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 181 (71.09% from 255) = 28.28%
BLUE value IS 255 (100% from 255) = 39.84%
R=31.88%
G=28.28%
B=39.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041812550.20.2900258.6510085.49
HexCCB5FF141D001036455
Octal314265377243500403144125
Binary11001100101101011111111110100111010010000001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5FF; }

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

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

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

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

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

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

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

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