#CDE0E2

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

Shades of Mabel #CDE0E2

Tints of Mabel #CDE0E2

Color information

#CDE0E2 (or 0xCDE0E2) is unknown color: approx Mabel. HEX triplet: CD, E0 and E2. RGB value is (205,224,226). Sum of RGB (Red+Green+Blue) = 205+224+226=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDE0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0E2 is #321F1D. Grayscale: #DADADA. Windows color (decimal): -3284766 or 14868685. OLE color: 14868685.

HSL color Cylindrical-coordinate representation of color #CDE0E2: hue angle of 185.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE0E2 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205224226-
CMYK0.090.0100.11
HSL185.71º26.58%84.51%-
HSV(B)185.71º9.29%88.63%-
XYZ65.5671.7882.35-
YUV218.55132.21118.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=31.30%
G=34.20%
B=34.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052242260.090.0100.11185.7126.5884.51
HexCDE0E2910Bba1b55
Octal31534034211101327233125
Binary110011011110000011100010100110101110111010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0E2; }

 p { color: rgb(205,224,226); }

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

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

 a { background-color: rgb(205,224,226); }

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

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

 span { border-color: rgb(205,224,226); }

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