#CEDCCE

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

Shades of Sea Mist #CEDCCE

Tints of Sea Mist #CEDCCE

Color information

#CEDCCE (or 0xCEDCCE) is unknown color: approx Sea Mist. HEX triplet: CE, DC and CE. RGB value is (206,220,206). Sum of RGB (Red+Green+Blue) = 206+220+206=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCE is #312331. Grayscale: #D6D6D6. Windows color (decimal): -3220274 or 13556942. OLE color: 13556942.

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

Color convert

RGB206220206-
CMYK0.0600.060.14
HSL120º16.67%83.53%-
HSV(B)120º6.36%86.27%-
XYZ62.1968.7668.39-
YUV214.22123.36122.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=32.59%
G=34.81%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202060.0600.060.1412016.6783.53
HexCEDCCE606E781154
Octal3163343166061617021124
Binary110011101101110011001110110011011101111000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCCE; }

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

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

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

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

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

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

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

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