#C7D6C6

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

Shades of Sea Mist #C7D6C6

Tints of Sea Mist #C7D6C6

Color information

#C7D6C6 (or 0xC7D6C6) is unknown color: approx Sea Mist. HEX triplet: C7, D6 and C6. RGB value is (199,214,198). Sum of RGB (Red+Green+Blue) = 199+214+198=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6C6 is #382939. Grayscale: #CFCFCF. Windows color (decimal): -3680570 or 13031111. OLE color: 13031111.

HSL color Cylindrical-coordinate representation of color #C7D6C6: hue angle of 116.25º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D6C6 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB199214198-
CMYK0.0700.070.16
HSL116.25º16.33%80.78%-
HSV(B)116.25º7.48%83.92%-
XYZ57.7964.3162.79-
YUV207.69122.53121.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=32.57%
G=35.02%
B=32.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141980.0700.070.16116.2516.3380.78
HexC7D6C670710741051
Octal3073263067072016420121
Binary1100011111010110110001101110111100001110100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6C6; }

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

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

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

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

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

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

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

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