#CEDED6

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

Shades of Mystic #CEDED6

Tints of Mystic #CEDED6

Color information

#CEDED6 (or 0xCEDED6) is unknown color: approx Mystic. HEX triplet: CE, DE and D6. RGB value is (206,222,214). Sum of RGB (Red+Green+Blue) = 206+222+214=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED6 is #312129. Grayscale: #D8D8D8. Windows color (decimal): -3219754 or 14081742. OLE color: 14081742.

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

Color convert

RGB206222214-
CMYK0.0700.040.13
HSL150º19.51%83.92%-
HSV(B)150º7.21%87.06%-
XYZ63.7170.2273.81-
YUV216.3126.7120.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=32.09%
G=34.58%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062222140.0700.040.1315019.5183.92
HexCEDED6704D961454
Octal3163363267041522624124
Binary1100111011011110110101101110100110110010110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDED6; }

 p { color: rgb(206,222,214); }

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

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

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

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

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

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

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