#CCBBE2

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

Shades of Fog #CCBBE2

Tints of Fog #CCBBE2

Color information

#CCBBE2 (or 0xCCBBE2) is unknown color: approx Fog. HEX triplet: CC, BB and E2. RGB value is (204,187,226). Sum of RGB (Red+Green+Blue) = 204+187+226=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE2 is #33441D. Grayscale: #C4C4C4. Windows color (decimal): -3359774 or 14859212. OLE color: 14859212.

HSL color Cylindrical-coordinate representation of color #CCBBE2: hue angle of 266.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBBE2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204187226-
CMYK0.100.1700.11
HSL266.15º40.21%80.98%-
HSV(B)266.15º17.26%88.63%-
XYZ56.453.8779.38-
YUV196.53144.63133.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=33.06%
G=30.31%
B=36.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041872260.100.1700.11266.1540.2180.98
HexCCBBE2A110B10a2851
Octal314273342122101341250121
Binary110011001011101111100010101010001010111000010101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBE2; }

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

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

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

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

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

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

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

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