#CEDDCE

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

Shades of Sea Mist #CEDDCE

Tints of Sea Mist #CEDDCE

Color information

#CEDDCE (or 0xCEDDCE) is unknown color: approx Sea Mist. HEX triplet: CE, DD and CE. RGB value is (206,221,206). Sum of RGB (Red+Green+Blue) = 206+221+206=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCE is #312231. Grayscale: #D6D6D6. Windows color (decimal): -3220018 or 13557198. OLE color: 13557198.

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

Color convert

RGB206221206-
CMYK0.0700.070.13
HSL120º18.07%83.73%-
HSV(B)120º6.79%86.67%-
XYZ62.4569.2968.48-
YUV214.8123.03121.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=32.54%
G=34.91%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062212060.0700.070.1312018.0783.73
HexCEDDCE707D781254
Octal3163353167071517022124
Binary110011101101110111001110111011111011111000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDCE; }

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

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

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

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

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

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

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

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