#C9D3CA

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

Shades of Sea Mist #C9D3CA

Tints of Sea Mist #C9D3CA

Color information

#C9D3CA (or 0xC9D3CA) is unknown color: approx Sea Mist. HEX triplet: C9, D3 and CA. RGB value is (201,211,202). Sum of RGB (Red+Green+Blue) = 201+211+202=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3CA is #362C35. Grayscale: #CFCFCF. Windows color (decimal): -3550262 or 13292489. OLE color: 13292489.

HSL color Cylindrical-coordinate representation of color #C9D3CA: hue angle of 126º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9D3CA is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB201211202-
CMYK0.0500.040.17
HSL126º10.2%80.78%-
HSV(B)126º4.74%82.75%-
XYZ58.0463.2765.03-
YUV206.98125.19123.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=32.74%
G=34.36%
B=32.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012112020.0500.040.1712610.280.78
HexC9D3CA504117ea51
Octal3113233125042117612121
Binary110010011101001111001010101010010001111111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D3CA; }

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

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

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

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

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

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

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

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