#CCBBF8

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

Shades of Fog #CCBBF8

Tints of Fog #CCBBF8

Color information

#CCBBF8 (or 0xCCBBF8) is unknown color: approx Fog. HEX triplet: CC, BB and F8. RGB value is (204,187,248). Sum of RGB (Red+Green+Blue) = 204+187+248=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF8 is #334407. Grayscale: #C6C6C6. Windows color (decimal): -3359752 or 16301004. OLE color: 16301004.

HSL color Cylindrical-coordinate representation of color #CCBBF8: hue angle of 256.72º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBBF8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204187248-
CMYK0.180.2500.03
HSL256.72º81.33%85.29%-
HSV(B)256.72º24.6%97.25%-
XYZ59.6255.1696.31-
YUV199.04155.63131.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 248 (97.27% from 255) = 38.81%
R=31.92%
G=29.26%
B=38.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041872480.180.2500.03256.7281.3385.29
HexCCBBF81219031015155
Octal314273370223103401121125
Binary110011001011101111111000100101100101110000000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBF8; }

 p { color: rgb(204,187,248); }

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

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

 a { background-color: rgb(204,187,248); }

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

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

 span { border-color: rgb(204,187,248); }

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