#C7DAC8

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

Shades of Sea Mist #C7DAC8

Tints of Sea Mist #C7DAC8

Color information

#C7DAC8 (or 0xC7DAC8) is unknown color: approx Sea Mist. HEX triplet: C7, DA and C8. RGB value is (199,218,200). Sum of RGB (Red+Green+Blue) = 199+218+200=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAC8 is #382537. Grayscale: #D2D2D2. Windows color (decimal): -3679544 or 13163207. OLE color: 13163207.

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

Color convert

RGB199218200-
CMYK0.0900.080.15
HSL123.16º20.43%81.76%-
HSV(B)123.16º8.72%85.49%-
XYZ59.0566.4664.36-
YUV210.27122.21119.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.25%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=32.25%
G=35.33%
B=32.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992182000.0900.080.15123.1620.4381.76
HexC7DAC8908F7b1452
Octal307332310110101717324122
Binary11000111110110101100100010010100011111111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAC8; }

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

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

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

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

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

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

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

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