#CCEBEB

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

Shades of Mabel #CCEBEB

Tints of Mabel #CCEBEB

Color information

#CCEBEB (or 0xCCEBEB) is unknown color: approx Mabel. HEX triplet: CC, EB and EB. RGB value is (204,235,235). Sum of RGB (Red+Green+Blue) = 204+235+235=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #CCEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBEB is #331414. Grayscale: #E1E1E1. Windows color (decimal): -3347477 or 15461324. OLE color: 15461324.

HSL color Cylindrical-coordinate representation of color #CCEBEB: hue angle of 180º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBEB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204235235-
CMYK0.13000.08
HSL180º43.66%86.08%-
HSV(B)180º13.19%92.16%-
XYZ69.6178.2590.03-
YUV225.73133.23112.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=30.27%
G=34.87%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352350.13000.0818043.6686.08
HexCCEBEBD008b42c56
Octal31435335315001026454126
Binary1100110011101011111010111101001000101101001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBEB; }

 p { color: rgb(204,235,235); }

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

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

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

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

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

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

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