#CAE8EA

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

Shades of Mabel #CAE8EA

Tints of Mabel #CAE8EA

Color information

#CAE8EA (or 0xCAE8EA) is unknown color: approx Mabel. HEX triplet: CA, E8 and EA. RGB value is (202,232,234). Sum of RGB (Red+Green+Blue) = 202+232+234=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8EA is #351715. Grayscale: #DFDFDF. Windows color (decimal): -3479318 or 15395018. OLE color: 15395018.

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

Color convert

RGB202232234-
CMYK0.140.0100.08
HSL183.75º43.24%85.49%-
HSV(B)183.75º13.68%91.76%-
XYZ68.0776.2188.96-
YUV223.26134.06112.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 232 (91.02% from 255) = 34.73%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=30.24%
G=34.73%
B=35.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022322340.140.0100.08183.7543.2485.49
HexCAE8EAE108b82b55
Octal31235035216101027053125
Binary1100101011101000111010101110101000101110001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8EA; }

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

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

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

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

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

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

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

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