#C8DECA

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

Shades of Sea Mist #C8DECA

Tints of Sea Mist #C8DECA

Color information

#C8DECA (or 0xC8DECA) is unknown color: approx Sea Mist. HEX triplet: C8, DE and CA. RGB value is (200,222,202). Sum of RGB (Red+Green+Blue) = 200+222+202=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECA is #372135. Grayscale: #D5D5D5. Windows color (decimal): -3612982 or 13295304. OLE color: 13295304.

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

Color convert

RGB200222202-
CMYK0.1000.090.13
HSL125.45º25%82.75%-
HSV(B)125.45º9.91%87.06%-
XYZ60.668.7965.96-
YUV213.14121.71118.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=32.05%
G=35.58%
B=32.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222020.1000.090.13125.452582.75
HexC8DECAA09D7d1953
Octal310336312120111517531123
Binary11001000110111101100101010100100111011111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DECA; }

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

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

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

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

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

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

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

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