#CAEDED

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

Shades of Mabel #CAEDED

Tints of Mabel #CAEDED

Color information

#CAEDED (or 0xCAEDED) is unknown color: approx Mabel. HEX triplet: CA, ED and ED. RGB value is (202,237,237). Sum of RGB (Red+Green+Blue) = 202+237+237=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #CAEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDED is #351212. Grayscale: #E2E2E2. Windows color (decimal): -3478035 or 15592906. OLE color: 15592906.

HSL color Cylindrical-coordinate representation of color #CAEDED: hue angle of 180º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDED is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202237237-
CMYK0.15000.07
HSL180º49.3%86.08%-
HSV(B)180º14.77%92.94%-
XYZ69.9379.2491.73-
YUV226.54133.9110.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=29.88%
G=35.06%
B=35.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372370.15000.0718049.386.08
HexCAEDEDF007b43156
Octal3123553551700726461126
Binary110010101110110111101101111100111101101001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDED; }

 p { color: rgb(202,237,237); }

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

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

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

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

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

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

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