#C9D8CA

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

Shades of Sea Mist #C9D8CA

Tints of Sea Mist #C9D8CA

Color information

#C9D8CA (or 0xC9D8CA) is unknown color: approx Sea Mist. HEX triplet: C9, D8 and CA. RGB value is (201,216,202). Sum of RGB (Red+Green+Blue) = 201+216+202=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8CA is #362735. Grayscale: #D1D1D1. Windows color (decimal): -3548982 or 13293769. OLE color: 13293769.

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

Color convert

RGB201216202-
CMYK0.0700.060.15
HSL124º16.13%81.76%-
HSV(B)124º6.94%84.71%-
XYZ59.365.7965.45-
YUV209.92123.53121.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=32.47%
G=34.89%
B=32.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012162020.0700.060.1512416.1381.76
HexC9D8CA706F7c1052
Octal3113303127061717420122
Binary110010011101100011001010111011011111111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D8CA; }

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

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

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

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

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

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

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

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