#CCB6FC

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

Shades of Fog #CCB6FC

Tints of Fog #CCB6FC

Color information

#CCB6FC (or 0xCCB6FC) is unknown color: approx Fog. HEX triplet: CC, B6 and FC. RGB value is (204,182,252). Sum of RGB (Red+Green+Blue) = 204+182+252=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6FC is #334903. Grayscale: #C4C4C4. Windows color (decimal): -3361028 or 16561868. OLE color: 16561868.

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

Color convert

RGB204182252-
CMYK0.190.2800.01
HSL258.86º92.11%85.1%-
HSV(B)258.86º27.78%98.82%-
XYZ59.253.3299.27-
YUV196.56159.29133.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=31.97%
G=28.53%
B=39.50%

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
Decimal2041822520.190.2800.01258.8692.1185.1
HexCCB6FC131C011035c55
Octal314266374233401403134125
Binary11001100101101101111110010011111000110000001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6FC; }

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

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

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

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

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

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

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

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