#CED4CE

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

Shades of Sea Mist #CED4CE

Tints of Sea Mist #CED4CE

Color information

#CED4CE (or 0xCED4CE) is unknown color: approx Sea Mist. HEX triplet: CE, D4 and CE. RGB value is (206,212,206). Sum of RGB (Red+Green+Blue) = 206+212+206=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4CE is #312B31. Grayscale: #D1D1D1. Windows color (decimal): -3222322 or 13554894. OLE color: 13554894.

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

Color convert

RGB206212206-
CMYK0.0300.030.17
HSL120º6.52%81.96%-
HSV(B)120º2.83%83.14%-
XYZ60.1464.6767.7-
YUV209.52126.01125.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=33.01%
G=33.97%
B=33.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062122060.0300.030.171206.5281.96
HexCED4CE3031178752
Octal316324316303211707122
Binary110011101101010011001110110111000111110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4CE; }

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

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

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

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

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

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

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

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