#C5DAC4

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

Shades of Sea Mist #C5DAC4

Tints of Sea Mist #C5DAC4

Color information

#C5DAC4 (or 0xC5DAC4) is unknown color: approx Sea Mist. HEX triplet: C5, DA and C4. RGB value is (197,218,196). Sum of RGB (Red+Green+Blue) = 197+218+196=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAC4 is #3A253B. Grayscale: #D1D1D1. Windows color (decimal): -3810620 or 12901061. OLE color: 12901061.

HSL color Cylindrical-coordinate representation of color #C5DAC4: hue angle of 117.27º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DAC4 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB197218196-
CMYK0.1000.100.15
HSL117.27º22.92%81.18%-
HSV(B)117.27º10.09%85.49%-
XYZ58.066661.9-
YUV209.21120.54119.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=32.24%
G=35.68%
B=32.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181960.1000.100.15117.2722.9281.18
HexC5DAC4A0AF751751
Octal305332304120121716527121
Binary11000101110110101100010010100101011111110101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAC4; }

 p { color: rgb(197,218,196); }

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

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

 a { background-color: rgb(197,218,196); }

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

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

 span { border-color: rgb(197,218,196); }

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