#CCB4FA

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

Shades of Fog #CCB4FA

Tints of Fog #CCB4FA

Color information

#CCB4FA (or 0xCCB4FA) is unknown color: approx Fog. HEX triplet: CC, B4 and FA. RGB value is (204,180,250). Sum of RGB (Red+Green+Blue) = 204+180+250=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FA is #334B05. Grayscale: #C2C2C2. Windows color (decimal): -3361542 or 16430284. OLE color: 16430284.

HSL color Cylindrical-coordinate representation of color #CCB4FA: hue angle of 260.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB4FA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204180250-
CMYK0.180.2800.02
HSL260.57º87.5%84.31%-
HSV(B)260.57º28%98.04%-
XYZ58.4852.3897.47-
YUV195.16158.95134.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=32.18%
G=28.39%
B=39.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041802500.180.2800.02260.5787.584.31
HexCCB4FA121C021055854
Octal314264372223402405130124
Binary110011001011010011111010100101110001010000010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4FA; }

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

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

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

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

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

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

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

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