#C5DDC6

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

Shades of Sea Mist #C5DDC6

Tints of Sea Mist #C5DDC6

Color information

#C5DDC6 (or 0xC5DDC6) is unknown color: approx Sea Mist. HEX triplet: C5, DD and C6. RGB value is (197,221,198). Sum of RGB (Red+Green+Blue) = 197+221+198=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDC6 is #3A2239. Grayscale: #D3D3D3. Windows color (decimal): -3809850 or 13032901. OLE color: 13032901.

HSL color Cylindrical-coordinate representation of color #C5DDC6: hue angle of 122.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDC6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB197221198-
CMYK0.1100.100.13
HSL122.5º26.09%81.96%-
HSV(B)122.5º10.86%86.67%-
XYZ59.0867.6663.37-
YUV211.2120.55117.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=31.98%
G=35.88%
B=32.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972211980.1100.100.13122.526.0981.96
HexC5DDC6B0AD7a1a52
Octal305335306130121517232122
Binary11000101110111011100011010110101011011111010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDC6; }

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

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

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

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

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

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

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

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