#C6CDC7

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

Shades of Sea Mist #C6CDC7

Tints of Sea Mist #C6CDC7

Color information

#C6CDC7 (or 0xC6CDC7) is unknown color: approx Sea Mist. HEX triplet: C6, CD and C7. RGB value is (198,205,199). Sum of RGB (Red+Green+Blue) = 198+205+199=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDC7 is #393238. Grayscale: #CACACA. Windows color (decimal): -3748409 or 13094342. OLE color: 13094342.

HSL color Cylindrical-coordinate representation of color #C6CDC7: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6CDC7 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB198205199-
CMYK0.0300.030.20
HSL128.57º6.54%79.02%-
HSV(B)128.57º3.41%80.39%-
XYZ55.4359.7962.65-
YUV202.22126.18124.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.89%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 199 (78.12% from 255) = 33.06%
R=32.89%
G=34.05%
B=33.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982051990.0300.030.20128.576.5479.02
HexC6CDC7303148174f
Octal306315307303242017117
Binary1100011011001101110001111101110100100000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CDC7; }

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

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

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

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

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

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

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

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