#CEE1D5

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

Shades of Mystic #CEE1D5

Tints of Mystic #CEE1D5

Color information

#CEE1D5 (or 0xCEE1D5) is unknown color: approx Mystic. HEX triplet: CE, E1 and D5. RGB value is (206,225,213). Sum of RGB (Red+Green+Blue) = 206+225+213=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1D5 is #311E2A. Grayscale: #D9D9D9. Windows color (decimal): -3218987 or 14016974. OLE color: 14016974.

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

Color convert

RGB206225213-
CMYK0.0800.050.12
HSL142.11º24.05%84.51%-
HSV(B)142.11º8.44%88.24%-
XYZ64.3971.7873.41-
YUV217.95125.21119.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 213 (83.59% from 255) = 33.07%
R=31.99%
G=34.94%
B=33.07%

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
Decimal2062252130.0800.050.12142.1124.0584.51
HexCEE1D5805C8e1855
Octal31634132510051421630125
Binary11001110111000011101010110000101110010001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1D5; }

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

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

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

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

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

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

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

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