#CAEBEA

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

Shades of Mabel #CAEBEA

Tints of Mabel #CAEBEA

Color information

#CAEBEA (or 0xCAEBEA) is unknown color: approx Mabel. HEX triplet: CA, EB and EA. RGB value is (202,235,234). Sum of RGB (Red+Green+Blue) = 202+235+234=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBEA is #351415. Grayscale: #E0E0E0. Windows color (decimal): -3478550 or 15395786. OLE color: 15395786.

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

Color convert

RGB202235234-
CMYK0.1400.000.08
HSL178.18º45.21%85.69%-
HSV(B)178.18º14.04%92.16%-
XYZ68.9277.9189.25-
YUV225.02133.07111.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=30.10%
G=35.02%
B=34.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352340.1400.000.08178.1845.2185.69
HexCAEBEAE008b22d56
Octal31235335216001026255126
Binary1100101011101011111010101110001000101100101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBEA; }

 p { color: rgb(202,235,234); }

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

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

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

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

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

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

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