#CEE1D6

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

Shades of Mystic #CEE1D6

Tints of Mystic #CEE1D6

Color information

#CEE1D6 (or 0xCEE1D6) is unknown color: approx Mystic. HEX triplet: CE, E1 and D6. RGB value is (206,225,214). Sum of RGB (Red+Green+Blue) = 206+225+214=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1D6 is #311E29. Grayscale: #DADADA. Windows color (decimal): -3218986 or 14082510. OLE color: 14082510.

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

Color convert

RGB206225214-
CMYK0.0800.050.12
HSL145.26º24.05%84.51%-
HSV(B)145.26º8.44%88.24%-
XYZ64.5271.8374.08-
YUV218.06125.71119.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 214 (83.98% from 255) = 33.18%
R=31.94%
G=34.88%
B=33.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252140.0800.050.12145.2624.0584.51
HexCEE1D6805C911855
Octal31634132610051422130125
Binary11001110111000011101011010000101110010010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1D6; }

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

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

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

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

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

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

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

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