#CEDFDF

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

Shades of Mabel #CEDFDF

Tints of Mabel #CEDFDF

Color information

#CEDFDF (or 0xCEDFDF) is unknown color: approx Mabel. HEX triplet: CE, DF and DF. RGB value is (206,223,223). Sum of RGB (Red+Green+Blue) = 206+223+223=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #CEDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDF is #312020. Grayscale: #D9D9D9. Windows color (decimal): -3219489 or 14671822. OLE color: 14671822.

HSL color Cylindrical-coordinate representation of color #CEDFDF: hue angle of 180º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFDF is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206223223-
CMYK0.08000.13
HSL180º20.99%84.12%-
HSV(B)180º7.62%87.45%-
XYZ65.1671.2280.13-
YUV217.92130.87119.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=31.60%
G=34.20%
B=34.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062232230.08000.1318020.9984.12
HexCEDFDF800Db41554
Octal31633733710001526425124
Binary110011101101111111011111100000110110110100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFDF; }

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

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

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

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

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

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

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

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