#CEDFD6

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

Shades of Mystic #CEDFD6

Tints of Mystic #CEDFD6

Color information

#CEDFD6 (or 0xCEDFD6) is unknown color: approx Mystic. HEX triplet: CE, DF and D6. RGB value is (206,223,214). Sum of RGB (Red+Green+Blue) = 206+223+214=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD6 is #312029. Grayscale: #D8D8D8. Windows color (decimal): -3219498 or 14081998. OLE color: 14081998.

HSL color Cylindrical-coordinate representation of color #CEDFD6: hue angle of 148.24º 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 #CEDFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB206223214-
CMYK0.0800.040.13
HSL148.24º20.99%84.12%-
HSV(B)148.24º7.62%87.45%-
XYZ63.9870.7573.9-
YUV216.89126.37120.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=32.04%
G=34.68%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062232140.0800.040.13148.2420.9984.12
HexCEDFD6804D941554
Octal31633732610041522425124
Binary11001110110111111101011010000100110110010100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFD6; }

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

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

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

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

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

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

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

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