#CED2CE

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

Shades of Sea Mist #CED2CE

Tints of Sea Mist #CED2CE

Color information

#CED2CE (or 0xCED2CE) is unknown color: approx Sea Mist. HEX triplet: CE, D2 and CE. RGB value is (206,210,206). Sum of RGB (Red+Green+Blue) = 206+210+206=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2CE is #312D31. Grayscale: #D0D0D0. Windows color (decimal): -3222834 or 13554382. OLE color: 13554382.

HSL color Cylindrical-coordinate representation of color #CED2CE: hue angle of 120º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED2CE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB206210206-
CMYK0.0200.020.18
HSL120º4.26%81.57%-
HSV(B)120º1.9%82.35%-
XYZ59.6463.6767.54-
YUV208.35126.67126.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=33.12%
G=33.76%
B=33.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062102060.0200.020.181204.2681.57
HexCED2CE2021278452
Octal316322316202221704122
Binary110011101101001011001110100101001011110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2CE; }

 p { color: rgb(206,210,206); }

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

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

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

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

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

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

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