#CED8CD

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

Shades of Sea Mist #CED8CD

Tints of Sea Mist #CED8CD

Color information

#CED8CD (or 0xCED8CD) is unknown color: approx Sea Mist. HEX triplet: CE, D8 and CD. RGB value is (206,216,205). Sum of RGB (Red+Green+Blue) = 206+216+205=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CD is #312732. Grayscale: #D3D3D3. Windows color (decimal): -3221299 or 13490382. OLE color: 13490382.

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

Color convert

RGB206216205-
CMYK0.0500.050.15
HSL114.55º12.36%82.55%-
HSV(B)114.55º5.09%84.71%-
XYZ61.0366.6467.4-
YUV211.76124.19123.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=32.85%
G=34.45%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062162050.0500.050.15114.5512.3682.55
HexCED8CD505F73c53
Octal3163303155051716314123
Binary11001110110110001100110110101011111111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8CD; }

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

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

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

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

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

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

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

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