#C7CFC8

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

Shades of Sea Mist #C7CFC8

Tints of Sea Mist #C7CFC8

Color information

#C7CFC8 (or 0xC7CFC8) is unknown color: approx Sea Mist. HEX triplet: C7, CF and C8. RGB value is (199,207,200). Sum of RGB (Red+Green+Blue) = 199+207+200=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC8 is #383037. Grayscale: #CBCBCB. Windows color (decimal): -3682360 or 13160391. OLE color: 13160391.

HSL color Cylindrical-coordinate representation of color #C7CFC8: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFC8 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB199207200-
CMYK0.0400.030.19
HSL127.5º7.69%79.61%-
HSV(B)127.5º3.86%81.18%-
XYZ56.2960.9463.44-
YUV203.81125.85124.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=32.84%
G=34.16%
B=33.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992072000.0400.030.19127.57.6979.61
HexC7CFC8403137f850
Octal3073173104032317710120
Binary11000111110011111100100010001110011111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFC8; }

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

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

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

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

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

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

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

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