#C9D9CB

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

Shades of Sea Mist #C9D9CB

Tints of Sea Mist #C9D9CB

Color information

#C9D9CB (or 0xC9D9CB) is unknown color: approx Sea Mist. HEX triplet: C9, D9 and CB. RGB value is (201,217,203). Sum of RGB (Red+Green+Blue) = 201+217+203=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9CB is #362634. Grayscale: #D2D2D2. Windows color (decimal): -3548725 or 13359561. OLE color: 13359561.

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

Color convert

RGB201217203-
CMYK0.0700.060.15
HSL127.5º17.39%81.96%-
HSV(B)127.5º7.37%85.1%-
XYZ59.6866.3666.16-
YUV210.62123.7121.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.37%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=32.37%
G=34.94%
B=32.69%

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
Decimal2012172030.0700.060.15127.517.3981.96
HexC9D9CB706F7f1152
Octal3113313137061717721122
Binary110010011101100111001011111011011111111111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D9CB; }

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

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

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

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

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

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

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

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