#C9DACB

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

Shades of Sea Mist #C9DACB

Tints of Sea Mist #C9DACB

Color information

#C9DACB (or 0xC9DACB) is unknown color: approx Sea Mist. HEX triplet: C9, DA and CB. RGB value is (201,218,203). Sum of RGB (Red+Green+Blue) = 201+218+203=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACB is #362534. Grayscale: #D3D3D3. Windows color (decimal): -3548469 or 13359817. OLE color: 13359817.

HSL color Cylindrical-coordinate representation of color #C9DACB: hue angle of 127.06º 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 #C9DACB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB201218203-
CMYK0.0800.070.15
HSL127.06º18.68%82.16%-
HSV(B)127.06º7.8%85.49%-
XYZ59.9466.8766.25-
YUV211.21123.37120.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=32.32%
G=35.05%
B=32.64%

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
Decimal2012182030.0800.070.15127.0618.6882.16
HexC9DACB807F7f1352
Octal31133231310071717723122
Binary1100100111011010110010111000011111111111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DACB; }

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

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

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

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

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

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

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

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