#CEDDD4

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

Shades of Mystic #CEDDD4

Tints of Mystic #CEDDD4

Color information

#CEDDD4 (or 0xCEDDD4) is unknown color: approx Mystic. HEX triplet: CE, DD and D4. RGB value is (206,221,212). Sum of RGB (Red+Green+Blue) = 206+221+212=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD4 is #31222B. Grayscale: #D7D7D7. Windows color (decimal): -3220012 or 13950414. OLE color: 13950414.

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

Color convert

RGB206221212-
CMYK0.0700.040.13
HSL144º18.07%83.73%-
HSV(B)144º6.79%86.67%-
XYZ63.1969.5972.39-
YUV215.49126.03121.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=32.24%
G=34.59%
B=33.18%

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
Decimal2062212120.0700.040.1314418.0783.73
HexCEDDD4704D901254
Octal3163353247041522022124
Binary1100111011011101110101001110100110110010000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDD4; }

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

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

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

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

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

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

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

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