#C6D8C7

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

Shades of Sea Mist #C6D8C7

Tints of Sea Mist #C6D8C7

Color information

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

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

Color convert

RGB198216199-
CMYK0.0800.080.15
HSL123.33º18.75%81.18%-
HSV(B)123.33º8.33%84.71%-
XYZ58.1565.2463.56-
YUV208.68122.54120.38-

RGB Variations

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

RGB

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

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
Decimal1982161990.0800.080.15123.3318.7581.18
HexC6D8C7808F7b1351
Octal306330307100101717323121
Binary11000110110110001100011110000100011111111011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D8C7; }

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

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

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

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

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

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

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

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