#CCB5FC

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

Shades of Fog #CCB5FC

Tints of Fog #CCB5FC

Color information

#CCB5FC (or 0xCCB5FC) is unknown color: approx Fog. HEX triplet: CC, B5 and FC. RGB value is (204,181,252). Sum of RGB (Red+Green+Blue) = 204+181+252=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FC is #334A03. Grayscale: #C3C3C3. Windows color (decimal): -3361284 or 16561612. OLE color: 16561612.

HSL color Cylindrical-coordinate representation of color #CCB5FC: hue angle of 259.44º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB5FC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204181252-
CMYK0.190.2800.01
HSL259.44º92.21%84.9%-
HSV(B)259.44º28.17%98.82%-
XYZ5952.9199.2-
YUV195.97159.62133.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 181 (71.09% from 255) = 28.41%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=32.03%
G=28.41%
B=39.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041812520.190.2800.01259.4492.2184.9
HexCCB5FC131C011035c55
Octal314265374233401403134125
Binary11001100101101011111110010011111000110000001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5FC; }

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

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

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

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

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

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

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

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