#CEDFE1

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

Shades of Mabel #CEDFE1

Tints of Mabel #CEDFE1

Color information

#CEDFE1 (or 0xCEDFE1) is unknown color: approx Mabel. HEX triplet: CE, DF and E1. RGB value is (206,223,225). Sum of RGB (Red+Green+Blue) = 206+223+225=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 223 (87.5% from 255 or 34.10% 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 #CEDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFE1 is #31201E. Grayscale: #DADADA. Windows color (decimal): -3219487 or 14802894. OLE color: 14802894.

HSL color Cylindrical-coordinate representation of color #CEDFE1: hue angle of 186.32º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFE1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206223225-
CMYK0.080.0100.12
HSL186.32º24.05%84.51%-
HSV(B)186.32º8.44%88.24%-
XYZ65.4371.3381.55-
YUV218.14131.87119.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=31.50%
G=34.10%
B=34.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062232250.080.0100.12186.3224.0584.51
HexCEDFE1810Cba1855
Octal31633734110101427230125
Binary110011101101111111100001100010110010111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFE1; }

 p { color: rgb(206,223,225); }

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

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

 a { background-color: rgb(206,223,225); }

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

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

 span { border-color: rgb(206,223,225); }

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