#C6DCC5

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

Shades of Sea Mist #C6DCC5

Tints of Sea Mist #C6DCC5

Color information

#C6DCC5 (or 0xC6DCC5) is unknown color: approx Sea Mist. HEX triplet: C6, DC and C5. RGB value is (198,220,197). Sum of RGB (Red+Green+Blue) = 198+220+197=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCC5 is #39233A. Grayscale: #D2D2D2. Windows color (decimal): -3744571 or 12967110. OLE color: 12967110.

HSL color Cylindrical-coordinate representation of color #C6DCC5: hue angle of 117.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DCC5 is Cyan = 0.1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB198220197-
CMYK0.100.100.14
HSL117.39º24.73%81.76%-
HSV(B)117.39º10.45%86.27%-
XYZ58.9667.2262.69-
YUV210.8120.21118.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=32.20%
G=35.77%
B=32.03%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201970.100.100.14117.3924.7381.76
HexC6DCC5A0AE751952
Octal306334305120121616531122
Binary11000110110111001100010110100101011101110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCC5; }

 p { color: rgb(198,220,197); }

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

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

 a { background-color: rgb(198,220,197); }

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

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

 span { border-color: rgb(198,220,197); }

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