#CEDDD5

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

Shades of Mystic #CEDDD5

Tints of Mystic #CEDDD5

Color information

#CEDDD5 (or 0xCEDDD5) is unknown color: approx Mystic. HEX triplet: CE, DD and D5. RGB value is (206,221,213). Sum of RGB (Red+Green+Blue) = 206+221+213=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD5 is #31222A. Grayscale: #D7D7D7. Windows color (decimal): -3220011 or 14015950. OLE color: 14015950.

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

Color convert

RGB206221213-
CMYK0.0700.040.13
HSL148º18.07%83.73%-
HSV(B)148º6.79%86.67%-
XYZ63.3269.6473.06-
YUV215.6126.53121.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=32.19%
G=34.53%
B=33.28%

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
Decimal2062212130.0700.040.1314818.0783.73
HexCEDDD5704D941254
Octal3163353257041522422124
Binary1100111011011101110101011110100110110010100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDD5; }

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

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

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

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

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

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

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

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