#CCB4F9

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

Shades of Fog #CCB4F9

Tints of Fog #CCB4F9

Color information

#CCB4F9 (or 0xCCB4F9) is unknown color: approx Fog. HEX triplet: CC, B4 and F9. RGB value is (204,180,249). Sum of RGB (Red+Green+Blue) = 204+180+249=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4F9 is #334B06. Grayscale: #C2C2C2. Windows color (decimal): -3361543 or 16364748. OLE color: 16364748.

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

Color convert

RGB204180249-
CMYK0.180.2800.02
HSL260.87º85.19%84.12%-
HSV(B)260.87º27.71%97.65%-
XYZ58.3252.3296.65-
YUV195.04158.45134.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=32.23%
G=28.44%
B=39.34%

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
Decimal2041802490.180.2800.02260.8785.1984.12
HexCCB4F9121C021055554
Octal314264371223402405125124
Binary110011001011010011111001100101110001010000010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4F9; }

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

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

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

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

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

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

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

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