#C9DACA

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

Shades of Sea Mist #C9DACA

Tints of Sea Mist #C9DACA

Color information

#C9DACA (or 0xC9DACA) is unknown color: approx Sea Mist. HEX triplet: C9, DA and CA. RGB value is (201,218,202). Sum of RGB (Red+Green+Blue) = 201+218+202=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACA is #362535. Grayscale: #D3D3D3. Windows color (decimal): -3548470 or 13294281. OLE color: 13294281.

HSL color Cylindrical-coordinate representation of color #C9DACA: hue angle of 123.53º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DACA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB201218202-
CMYK0.0800.070.15
HSL123.53º18.68%82.16%-
HSV(B)123.53º7.8%85.49%-
XYZ59.8266.8265.62-
YUV211.09122.87120.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.37%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=32.37%
G=35.10%
B=32.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012182020.0800.070.15123.5318.6882.16
HexC9DACA807F7c1352
Octal31133231210071717423122
Binary1100100111011010110010101000011111111111100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DACA; }

 p { color: rgb(201,218,202); }

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

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

 a { background-color: rgb(201,218,202); }

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

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

 span { border-color: rgb(201,218,202); }

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