#CCB5FB

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

Shades of Fog #CCB5FB

Tints of Fog #CCB5FB

Color information

#CCB5FB (or 0xCCB5FB) is unknown color: approx Fog. HEX triplet: CC, B5 and FB. RGB value is (204,181,251). Sum of RGB (Red+Green+Blue) = 204+181+251=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FB is #334A04. Grayscale: #C3C3C3. Windows color (decimal): -3361285 or 16496076. OLE color: 16496076.

HSL color Cylindrical-coordinate representation of color #CCB5FB: hue angle of 259.71º degrees, saturation: 0.9, 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 #CCB5FB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204181251-
CMYK0.190.2800.02
HSL259.71º89.74%84.71%-
HSV(B)259.71º27.89%98.43%-
XYZ58.8452.8598.37-
YUV195.86159.12133.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 181 (71.09% from 255) = 28.46%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=32.08%
G=28.46%
B=39.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041812510.190.2800.02259.7189.7484.71
HexCCB5FB131C021045a55
Octal314265373233402404132125
Binary110011001011010111111011100111110001010000010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5FB; }

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

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

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

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

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

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

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

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