#C7D8C6

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

Shades of Sea Mist #C7D8C6

Tints of Sea Mist #C7D8C6

Color information

#C7D8C6 (or 0xC7D8C6) is unknown color: approx Sea Mist. HEX triplet: C7, D8 and C6. RGB value is (199,216,198). Sum of RGB (Red+Green+Blue) = 199+216+198=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8C6 is #382739. Grayscale: #D0D0D0. Windows color (decimal): -3680058 or 13031623. OLE color: 13031623.

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

Color convert

RGB199216198-
CMYK0.0800.080.15
HSL116.67º18.75%81.18%-
HSV(B)116.67º8.33%84.71%-
XYZ58.365.3362.96-
YUV208.86121.87120.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.46%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=32.46%
G=35.24%
B=32.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992161980.0800.080.15116.6718.7581.18
HexC7D8C6808F751351
Octal307330306100101716523121
Binary11000111110110001100011010000100011111110101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D8C6; }

 p { color: rgb(199,216,198); }

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

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

 a { background-color: rgb(199,216,198); }

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

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

 span { border-color: rgb(199,216,198); }

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