#CEDDD3

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

Shades of Mystic #CEDDD3

Tints of Mystic #CEDDD3

Color information

#CEDDD3 (or 0xCEDDD3) is unknown color: approx Mystic. HEX triplet: CE, DD and D3. RGB value is (206,221,211). Sum of RGB (Red+Green+Blue) = 206+221+211=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD3 is #31222C. Grayscale: #D7D7D7. Windows color (decimal): -3220013 or 13884878. OLE color: 13884878.

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

Color convert

RGB206221211-
CMYK0.0700.050.13
HSL140º18.07%83.73%-
HSV(B)140º6.79%86.67%-
XYZ63.0769.5471.73-
YUV215.38125.53121.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 211 (82.81% from 255) = 33.07%
R=32.29%
G=34.64%
B=33.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062212110.0700.050.1314018.0783.73
HexCEDDD3705D8c1254
Octal3163353237051521422124
Binary1100111011011101110100111110101110110001100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDD3; }

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

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

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

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

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

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

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

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