#CDE0E1

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

Shades of Mabel #CDE0E1

Tints of Mabel #CDE0E1

Color information

#CDE0E1 (or 0xCDE0E1) is unknown color: approx Mabel. HEX triplet: CD, E0 and E1. RGB value is (205,224,225). Sum of RGB (Red+Green+Blue) = 205+224+225=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0E1 is #321F1E. Grayscale: #DADADA. Windows color (decimal): -3284767 or 14803149. OLE color: 14803149.

HSL color Cylindrical-coordinate representation of color #CDE0E1: hue angle of 183º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE0E1 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205224225-
CMYK0.090.0000.12
HSL183º25%84.31%-
HSV(B)183º8.89%88.24%-
XYZ65.4271.7381.63-
YUV218.43131.71118.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=31.35%
G=34.25%
B=34.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242250.090.0000.121832584.31
HexCDE0E1900Cb71954
Octal31534034111001426731124
Binary110011011110000011100001100100110010110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0E1; }

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

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

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

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

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

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

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

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