Html Css Color HEX #C9DBC8 Sea Mist

📋 copy color: '#C9DBC8'

red 201 ◦ green 219 ◦ blue 200

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

Shades of Sea Mist #C9DBC8

Tints of Sea Mist #C9DBC8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

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

R = 32.42%
G = 35.32%
B = 32.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C9DBC8 (or 0xC9DBC8) is known color: Sea Mist. HEX triplet: C9, DB and C8. RGB value is (201,219,200). Sum of RGB (Red+Green+Blue) = 201+219+200=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC8 is #362437. Grayscale: #D3D3D3. Windows color (decimal): -3548216 or 13163465. OLE color: 13163465.

HSL color Cylindrical-coordinate representation of color #C9DBC8: hue angle of 116.84º degrees, saturation: 0.21, 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 #C9DBC8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 200 -
CMYK 0.08 0 0.09 0.14
HSL 116.84º 0.21% 0.82% -
HSV(B) 116.84º 0.09% 0.86% -
XYZ 59.84 67.25 64.47 -
YUV 211.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 201 219 200 0.08 0 0.09 0.14 116.84 0.21 0.82
Hex C9 DB C8 8 0 9 E 75 15 52
Octal 311 333 310 10 0 11 16 165 25 122
Binary 11001001 11011011 11001000 1000 0 1001 1110 1110101 10101 1010010

Color Harmonies of #C9DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBC8

Black with #C9DBC8

Text Example


Text Example

White with #C9DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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