#CADFE0

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

Shades of Mabel #CADFE0

Tints of Mabel #CADFE0

Color information

#CADFE0 (or 0xCADFE0) is unknown color: approx Mabel. HEX triplet: CA, DF and E0. RGB value is (202,223,224). Sum of RGB (Red+Green+Blue) = 202+223+224=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #CADFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFE0 is #35201F. Grayscale: #D8D8D8. Windows color (decimal): -3481632 or 14737354. OLE color: 14737354.

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

Color convert

RGB202223224-
CMYK0.100.0000.12
HSL182.73º26.19%83.53%-
HSV(B)182.73º9.82%87.84%-
XYZ64.270.7180.79-
YUV216.83132.04117.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=31.12%
G=34.36%
B=34.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022232240.100.0000.12182.7326.1983.53
HexCADFE0A00Cb71a54
Octal31233734012001426732124
Binary110010101101111111100000101000110010110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFE0; }

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

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

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

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

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

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

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

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