#C9D5C8

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

Shades of Sea Mist #C9D5C8

Tints of Sea Mist #C9D5C8

Color information

#C9D5C8 (or 0xC9D5C8) is unknown color: approx Sea Mist. HEX triplet: C9, D5 and C8. RGB value is (201,213,200). Sum of RGB (Red+Green+Blue) = 201+213+200=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5C8 is #362A37. Grayscale: #CFCFCF. Windows color (decimal): -3549752 or 13161929. OLE color: 13161929.

HSL color Cylindrical-coordinate representation of color #C9D5C8: hue angle of 115.38º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9D5C8 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB201213200-
CMYK0.0600.060.16
HSL115.38º13.4%80.98%-
HSV(B)115.38º6.1%83.53%-
XYZ58.3164.1863.96-
YUV207.93123.52123.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=32.74%
G=34.69%
B=32.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012132000.0600.060.16115.3813.480.98
HexC9D5C86061073d51
Octal3113253106062016315121
Binary110010011101010111001000110011010000111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5C8; }

 p { color: rgb(201,213,200); }

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

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

 a { background-color: rgb(201,213,200); }

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

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

 span { border-color: rgb(201,213,200); }

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