#CAECEA

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

Shades of Mabel #CAECEA

Tints of Mabel #CAECEA

Color information

#CAECEA (or 0xCAECEA) is unknown color: approx Mabel. HEX triplet: CA, EC and EA. RGB value is (202,236,234). Sum of RGB (Red+Green+Blue) = 202+236+234=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECEA is #351315. Grayscale: #E1E1E1. Windows color (decimal): -3478294 or 15396042. OLE color: 15396042.

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

Color convert

RGB202236234-
CMYK0.1400.010.07
HSL176.47º47.22%85.88%-
HSV(B)176.47º14.41%92.55%-
XYZ69.278.4989.34-
YUV225.61132.74111.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=30.06%
G=35.12%
B=34.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362340.1400.010.07176.4747.2285.88
HexCAECEAE017b02f56
Octal3123543521601726057126
Binary110010101110110011101010111001111101100001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECEA; }

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

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

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

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

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

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

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

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