#C9DDC8

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

Shades of Sea Mist #C9DDC8

Tints of Sea Mist #C9DDC8

Color information

#C9DDC8 (or 0xC9DDC8) is unknown color: approx Sea Mist. HEX triplet: C9, DD and C8. RGB value is (201,221,200). Sum of RGB (Red+Green+Blue) = 201+221+200=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDC8 is #362237. Grayscale: #D4D4D4. Windows color (decimal): -3547704 or 13163977. OLE color: 13163977.

HSL color Cylindrical-coordinate representation of color #C9DDC8: hue angle of 117.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DDC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB201221200-
CMYK0.0900.100.13
HSL117.14º23.6%82.55%-
HSV(B)117.14º9.5%86.67%-
XYZ60.3768.364.65-
YUV212.63120.87119.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 200 (78.52% from 255) = 32.15%
R=32.32%
G=35.53%
B=32.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212000.0900.100.13117.1423.682.55
HexC9DDC890AD751853
Octal311335310110121516530123
Binary11001001110111011100100010010101011011110101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDC8; }

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

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

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

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

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

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

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

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