#C4D8C6

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

Shades of Sea Mist #C4D8C6

Tints of Sea Mist #C4D8C6

Color information

#C4D8C6 (or 0xC4D8C6) is unknown color: approx Sea Mist. HEX triplet: C4, D8 and C6. RGB value is (196,216,198). Sum of RGB (Red+Green+Blue) = 196+216+198=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8C6 is #3B2739. Grayscale: #D0D0D0. Windows color (decimal): -3876666 or 13031620. OLE color: 13031620.

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

Color convert

RGB196216198-
CMYK0.0900.080.15
HSL126º20.41%80.78%-
HSV(B)126º9.26%84.71%-
XYZ57.5164.9262.93-
YUV207.97122.37119.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=32.13%
G=35.41%
B=32.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962161980.0900.080.1512620.4180.78
HexC4D8C6908F7e1451
Octal304330306110101717624121
Binary11000100110110001100011010010100011111111110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D8C6; }

 p { color: rgb(196,216,198); }

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

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

 a { background-color: rgb(196,216,198); }

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

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

 span { border-color: rgb(196,216,198); }

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