#CAEAEB

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

Shades of Mabel #CAEAEB

Tints of Mabel #CAEAEB

Color information

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

HSL color Cylindrical-coordinate representation of color #CAEAEB: hue angle of 181.82º 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 #CAEAEB is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202234235-
CMYK0.140.0000.08
HSL181.82º45.21%85.69%-
HSV(B)181.82º14.04%92.16%-
XYZ68.7877.489.91-
YUV224.55133.9111.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022342350.140.0000.08181.8245.2185.69
HexCAEAEBE008b62d56
Octal31235235316001026655126
Binary1100101011101010111010111110001000101101101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAEB; }

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

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

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

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

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

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

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

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