#C8D8C7

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

Shades of Sea Mist #C8D8C7

Tints of Sea Mist #C8D8C7

Color information

#C8D8C7 (or 0xC8D8C7) is unknown color: approx Sea Mist. HEX triplet: C8, D8 and C7. RGB value is (200,216,199). Sum of RGB (Red+Green+Blue) = 200+216+199=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8C7 is #372738. Grayscale: #D1D1D1. Windows color (decimal): -3614521 or 13097160. OLE color: 13097160.

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

Color convert

RGB200216199-
CMYK0.0700.080.15
HSL116.47º17.89%81.37%-
HSV(B)116.47º7.87%84.71%-
XYZ58.6865.5163.59-
YUV209.28122.2121.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=32.52%
G=35.12%
B=32.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002161990.0700.080.15116.4717.8981.37
HexC8D8C7708F741251
Octal31033030770101716422121
Binary1100100011011000110001111110100011111110100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8C7; }

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

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

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

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

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

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

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

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