#CADFE1

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

Shades of Mabel #CADFE1

Tints of Mabel #CADFE1

Color information

#CADFE1 (or 0xCADFE1) is unknown color: approx Mabel. HEX triplet: CA, DF and E1. RGB value is (202,223,225). Sum of RGB (Red+Green+Blue) = 202+223+225=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFE1 is #35201E. Grayscale: #D8D8D8. Windows color (decimal): -3481631 or 14802890. OLE color: 14802890.

HSL color Cylindrical-coordinate representation of color #CADFE1: hue angle of 185.22º degrees, saturation: 0.28, 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 #CADFE1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202223225-
CMYK0.100.0100.12
HSL185.22º27.71%83.73%-
HSV(B)185.22º10.22%88.24%-
XYZ64.3470.7781.5-
YUV216.95132.54117.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=31.08%
G=34.31%
B=34.62%

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
Decimal2022232250.100.0100.12185.2227.7183.73
HexCADFE1A10Cb91c54
Octal31233734112101427134124
Binary110010101101111111100001101010110010111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFE1; }

 p { color: rgb(202,223,225); }

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

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

 a { background-color: rgb(202,223,225); }

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

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

 span { border-color: rgb(202,223,225); }

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