#CAE2E5

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

Shades of Mabel #CAE2E5

Tints of Mabel #CAE2E5

Color information

#CAE2E5 (or 0xCAE2E5) is unknown color: approx Mabel. HEX triplet: CA, E2 and E5. RGB value is (202,226,229). Sum of RGB (Red+Green+Blue) = 202+226+229=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2E5 is #351D1A. Grayscale: #DBDBDB. Windows color (decimal): -3480859 or 15065802. OLE color: 15065802.

HSL color Cylindrical-coordinate representation of color #CAE2E5: hue angle of 186.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE2E5 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202226229-
CMYK0.120.0100.10
HSL186.67º34.18%84.51%-
HSV(B)186.67º11.79%89.8%-
XYZ65.772.6184.68-
YUV219.17133.55115.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=30.75%
G=34.40%
B=34.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022262290.120.0100.10186.6734.1884.51
HexCAE2E5C10Abb2255
Octal31234234514101227342125
Binary1100101011100010111001011100101010101110111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2E5; }

 p { color: rgb(202,226,229); }

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

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

 a { background-color: rgb(202,226,229); }

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

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

 span { border-color: rgb(202,226,229); }

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