#C8DEC8

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

Shades of Sea Mist #C8DEC8

Tints of Sea Mist #C8DEC8

Color information

#C8DEC8 (or 0xC8DEC8) is unknown color: approx Sea Mist. HEX triplet: C8, DE and C8. RGB value is (200,222,200). Sum of RGB (Red+Green+Blue) = 200+222+200=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEC8 is #372137. Grayscale: #D4D4D4. Windows color (decimal): -3612984 or 13164232. OLE color: 13164232.

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

Color convert

RGB200222200-
CMYK0.1000.100.13
HSL120º25%82.75%-
HSV(B)120º9.91%87.06%-
XYZ60.3768.6964.72-
YUV212.91120.71118.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 200 (78.52% from 255) = 32.15%
R=32.15%
G=35.69%
B=32.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222000.1000.100.131202582.75
HexC8DEC8A0AD781953
Octal310336310120121517031123
Binary11001000110111101100100010100101011011111000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEC8; }

 p { color: rgb(200,222,200); }

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

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

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

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

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

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

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