#C5CEC6

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

Shades of Sea Mist #C5CEC6

Tints of Sea Mist #C5CEC6

Color information

#C5CEC6 (or 0xC5CEC6) is unknown color: approx Sea Mist. HEX triplet: C5, CE and C6. RGB value is (197,206,198). Sum of RGB (Red+Green+Blue) = 197+206+198=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC6 is #3A3139. Grayscale: #CACACA. Windows color (decimal): -3813690 or 13029061. OLE color: 13029061.

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

Color convert

RGB197206198-
CMYK0.0400.040.19
HSL126.67º8.41%79.02%-
HSV(B)126.67º4.37%80.78%-
XYZ55.2960.0962.11-
YUV202.4125.52124.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.78%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 198 (77.73% from 255) = 32.95%
R=32.78%
G=34.28%
B=32.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061980.0400.040.19126.678.4179.02
HexC5CEC6404137f84f
Octal3053163064042317710117
Binary110001011100111011000110100010010011111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEC6; }

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

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

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

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

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

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

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

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