#C8DCC9

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

Shades of Sea Mist #C8DCC9

Tints of Sea Mist #C8DCC9

Color information

#C8DCC9 (or 0xC8DCC9) is unknown color: approx Sea Mist. HEX triplet: C8, DC and C9. RGB value is (200,220,201). Sum of RGB (Red+Green+Blue) = 200+220+201=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC9 is #372336. Grayscale: #D3D3D3. Windows color (decimal): -3613495 or 13229256. OLE color: 13229256.

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

Color convert

RGB200220201-
CMYK0.0900.090.14
HSL123º22.22%82.35%-
HSV(B)123º9.09%86.27%-
XYZ59.9667.6865.16-
YUV211.85121.87119.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=32.21%
G=35.43%
B=32.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202010.0900.090.1412322.2282.35
HexC8DCC9909E7b1652
Octal310334311110111617326122
Binary11001000110111001100100110010100111101111011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCC9; }

 p { color: rgb(200,220,201); }

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

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

 a { background-color: rgb(200,220,201); }

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

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

 span { border-color: rgb(200,220,201); }

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