#C8DBC7

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

Shades of Sea Mist #C8DBC7

Tints of Sea Mist #C8DBC7

Color information

#C8DBC7 (or 0xC8DBC7) is unknown color: approx Sea Mist. HEX triplet: C8, DB and C7. RGB value is (200,219,199). Sum of RGB (Red+Green+Blue) = 200+219+199=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBC7 is #372438. Grayscale: #D3D3D3. Windows color (decimal): -3613753 or 13097928. OLE color: 13097928.

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

Color convert

RGB200219199-
CMYK0.0900.090.14
HSL117º21.74%81.96%-
HSV(B)117º9.13%85.88%-
XYZ59.4667.0763.84-
YUV211.04121.21120.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=32.36%
G=35.44%
B=32.20%

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
Decimal2002191990.0900.090.1411721.7481.96
HexC8DBC7909E751652
Octal310333307110111616526122
Binary11001000110110111100011110010100111101110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBC7; }

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

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

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

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

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

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

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

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