#CCBBE8

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

Shades of Fog #CCBBE8

Tints of Fog #CCBBE8

Color information

#CCBBE8 (or 0xCCBBE8) is unknown color: approx Fog. HEX triplet: CC, BB and E8. RGB value is (204,187,232). Sum of RGB (Red+Green+Blue) = 204+187+232=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBE8 is #334417. Grayscale: #C5C5C5. Windows color (decimal): -3359768 or 15252428. OLE color: 15252428.

HSL color Cylindrical-coordinate representation of color #CCBBE8: hue angle of 262.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBBE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204187232-
CMYK0.120.1900.09
HSL262.67º49.45%82.16%-
HSV(B)262.67º19.4%90.98%-
XYZ57.2454.283.79-
YUV197.21147.63132.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=32.74%
G=30.02%
B=37.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041872320.120.1900.09262.6749.4582.16
HexCCBBE8C13091073152
Octal314273350142301140761122
Binary110011001011101111101000110010011010011000001111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBE8; }

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

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

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

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

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

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

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

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