Html Css Color HEX #C9DCC8 Sea Mist

📋 copy color: '#C9DCC8'

red 201 ◦ green 220 ◦ blue 200

#C9DCC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Mist #C9DCC8

Tints of Sea Mist #C9DCC8

RGB

 RED value IS 201 (78.91% from 255) = 32.37%

 GREEN value IS 220 (86.33% from 255) = 35.43%

 BLUE value IS 200 (78.52% from 255) = 32.21%

R = 32.37%
G = 35.43%
B = 32.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C9DCC8 (or 0xC9DCC8) is known color: Sea Mist. HEX triplet: C9, DC and C8. RGB value is (201,220,200). Sum of RGB (Red+Green+Blue) = 201+220+200=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCC8 is #362337. Grayscale: #D4D4D4. Windows color (decimal): -3547960 or 13163721. OLE color: 13163721.

HSL color Cylindrical-coordinate representation of color #C9DCC8: hue angle of 117º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCC8 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 200 -
CMYK 0.09 0 0.09 0.14
HSL 117º 0.22% 0.82% -
HSV(B) 117º 0.09% 0.86% -
XYZ 60.11 67.77 64.56 -
YUV 212.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 201 220 200 0.09 0 0.09 0.14 117 0.22 0.82
Hex C9 DC C8 9 0 9 E 75 16 52
Octal 311 334 310 11 0 11 16 165 26 122
Binary 11001001 11011100 11001000 1001 0 1001 1110 1110101 10110 1010010

Color Harmonies of #C9DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCC8

Black with #C9DCC8

Text Example


Text Example

White with #C9DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCC8; }

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

 H1.HeaderClassName
 {
   color: #C9DCC8;
 }
 .AnyTagClassName
 {
   color: #C9DCC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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