#CADEE0

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

Shades of Mabel #CADEE0

Tints of Mabel #CADEE0

Color information

#CADEE0 (or 0xCADEE0) is unknown color: approx Mabel. HEX triplet: CA, DE and E0. RGB value is (202,222,224). Sum of RGB (Red+Green+Blue) = 202+222+224=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #CADEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEE0 is #35211F. Grayscale: #D8D8D8. Windows color (decimal): -3481888 or 14737098. OLE color: 14737098.

HSL color Cylindrical-coordinate representation of color #CADEE0: hue angle of 185.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADEE0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202222224-
CMYK0.100.0100.12
HSL185.45º26.19%83.53%-
HSV(B)185.45º9.82%87.84%-
XYZ63.9370.1880.7-
YUV216.25132.37117.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=31.17%
G=34.26%
B=34.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022222240.100.0100.12185.4526.1983.53
HexCADEE0A10Cb91a54
Octal31233634012101427132124
Binary110010101101111011100000101010110010111001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEE0; }

 p { color: rgb(202,222,224); }

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

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

 a { background-color: rgb(202,222,224); }

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

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

 span { border-color: rgb(202,222,224); }

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