#CAEDEE

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

Shades of Mabel #CAEDEE

Tints of Mabel #CAEDEE

Color information

#CAEDEE (or 0xCAEDEE) is unknown color: approx Mabel. HEX triplet: CA, ED and EE. RGB value is (202,237,238). Sum of RGB (Red+Green+Blue) = 202+237+238=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDEE is #351211. Grayscale: #E2E2E2. Windows color (decimal): -3478034 or 15658442. OLE color: 15658442.

HSL color Cylindrical-coordinate representation of color #CAEDEE: hue angle of 181.67º degrees, saturation: 0.51, 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 #CAEDEE is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202237238-
CMYK0.150.0000.07
HSL181.67º51.43%86.27%-
HSV(B)181.67º15.13%93.33%-
XYZ70.0779.392.5-
YUV226.65134.4110.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=29.84%
G=35.01%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372380.150.0000.07181.6751.4386.27
HexCAEDEEF007b63356
Octal3123553561700726663126
Binary110010101110110111101110111100111101101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDEE; }

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

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

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

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

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

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

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

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