#C4DCC6

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

Shades of Sea Mist #C4DCC6

Tints of Sea Mist #C4DCC6

Color information

#C4DCC6 (or 0xC4DCC6) is unknown color: approx Sea Mist. HEX triplet: C4, DC and C6. RGB value is (196,220,198). Sum of RGB (Red+Green+Blue) = 196+220+198=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCC6 is #3B2339. Grayscale: #D2D2D2. Windows color (decimal): -3875642 or 13032644. OLE color: 13032644.

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

Color convert

RGB196220198-
CMYK0.1100.10.14
HSL125º25.53%81.57%-
HSV(B)125º10.91%86.27%-
XYZ58.556763.27-
YUV210.32121.05117.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=31.92%
G=35.83%
B=32.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201980.1100.10.1412525.5381.57
HexC4DCC6B0AE7d1a52
Octal304334306130121617532122
Binary11000100110111001100011010110101011101111101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCC6; }

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

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

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

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

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

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

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

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