#CCBBE6

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

Shades of Fog #CCBBE6

Tints of Fog #CCBBE6

Color information

#CCBBE6 (or 0xCCBBE6) is unknown color: approx Fog. HEX triplet: CC, BB and E6. RGB value is (204,187,230). Sum of RGB (Red+Green+Blue) = 204+187+230=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBE6 is #334419. Grayscale: #C4C4C4. Windows color (decimal): -3359770 or 15121356. OLE color: 15121356.

HSL color Cylindrical-coordinate representation of color #CCBBE6: hue angle of 263.72º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBBE6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204187230-
CMYK0.110.1900.10
HSL263.72º46.24%81.76%-
HSV(B)263.72º18.7%90.2%-
XYZ56.9654.0982.3-
YUV196.98146.63133-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=32.85%
G=30.11%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041872300.110.1900.10263.7246.2481.76
HexCCBBE6B130A1082e52
Octal314273346132301241056122
Binary110011001011101111100110101110011010101000010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBE6; }

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

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

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

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

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

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

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

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