#CCBBEC

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

Shades of Fog #CCBBEC

Tints of Fog #CCBBEC

Color information

#CCBBEC (or 0xCCBBEC) is unknown color: approx Fog. HEX triplet: CC, BB and EC. RGB value is (204,187,236). Sum of RGB (Red+Green+Blue) = 204+187+236=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBEC is #334413. Grayscale: #C5C5C5. Windows color (decimal): -3359764 or 15514572. OLE color: 15514572.

HSL color Cylindrical-coordinate representation of color #CCBBEC: hue angle of 260.82º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBBEC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204187236-
CMYK0.140.2100.07
HSL260.82º56.32%82.94%-
HSV(B)260.82º20.76%92.55%-
XYZ57.8154.4386.82-
YUV197.67149.63132.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=32.54%
G=29.82%
B=37.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041872360.140.2100.07260.8256.3282.94
HexCCBBECE15071053853
Octal31427335416250740570123
Binary11001100101110111110110011101010101111000001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBEC; }

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

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

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

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

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

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

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

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