#CED9CD

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

Shades of Sea Mist #CED9CD

Tints of Sea Mist #CED9CD

Color information

#CED9CD (or 0xCED9CD) is unknown color: approx Sea Mist. HEX triplet: CE, D9 and CD. RGB value is (206,217,205). Sum of RGB (Red+Green+Blue) = 206+217+205=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CD is #312632. Grayscale: #D4D4D4. Windows color (decimal): -3221043 or 13490638. OLE color: 13490638.

HSL color Cylindrical-coordinate representation of color #CED9CD: hue angle of 115º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED9CD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB206217205-
CMYK0.0500.060.15
HSL115º13.64%82.75%-
HSV(B)115º5.53%85.1%-
XYZ61.2967.1667.49-
YUV212.34123.86123.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=32.80%
G=34.55%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062172050.0500.060.1511513.6482.75
HexCED9CD506F73e53
Octal3163313155061716316123
Binary11001110110110011100110110101101111111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9CD; }

 p { color: rgb(206,217,205); }

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

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

 a { background-color: rgb(206,217,205); }

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

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

 span { border-color: rgb(206,217,205); }

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