#CCB4FC

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

Shades of Fog #CCB4FC

Tints of Fog #CCB4FC

Color information

#CCB4FC (or 0xCCB4FC) is unknown color: approx Fog. HEX triplet: CC, B4 and FC. RGB value is (204,180,252). Sum of RGB (Red+Green+Blue) = 204+180+252=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FC is #334B03. Grayscale: #C3C3C3. Windows color (decimal): -3361540 or 16561356. OLE color: 16561356.

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

Color convert

RGB204180252-
CMYK0.190.2900.01
HSL260º92.31%84.71%-
HSV(B)260º28.57%98.82%-
XYZ58.7952.5199.13-
YUV195.38159.95134.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 180 (70.70% from 255) = 28.30%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=32.08%
G=28.30%
B=39.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041802520.190.2900.0126092.3184.71
HexCCB4FC131D011045c55
Octal314264374233501404134125
Binary11001100101101001111110010011111010110000010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4FC; }

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

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

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

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

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

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

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

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