#C5DBC7

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

Shades of Sea Mist #C5DBC7

Tints of Sea Mist #C5DBC7

Color information

#C5DBC7 (or 0xC5DBC7) is unknown color: approx Sea Mist. HEX triplet: C5, DB and C7. RGB value is (197,219,199). Sum of RGB (Red+Green+Blue) = 197+219+199=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC7 is #3A2438. Grayscale: #D2D2D2. Windows color (decimal): -3810361 or 13097925. OLE color: 13097925.

HSL color Cylindrical-coordinate representation of color #C5DBC7: hue angle of 125.45º degrees, saturation: 0.23, 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 #C5DBC7 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB197219199-
CMYK0.1000.090.14
HSL125.45º23.4%81.57%-
HSV(B)125.45º10.05%85.88%-
XYZ58.6766.6663.81-
YUV210.14121.71118.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=32.03%
G=35.61%
B=32.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191990.1000.090.14125.4523.481.57
HexC5DBC7A09E7d1752
Octal305333307120111617527122
Binary11000101110110111100011110100100111101111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBC7; }

 p { color: rgb(197,219,199); }

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

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

 a { background-color: rgb(197,219,199); }

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

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

 span { border-color: rgb(197,219,199); }

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