Html Css Color HEX #C9D6C8 Sea Mist

📋 copy color: '#C9D6C8'

red 201 ◦ green 214 ◦ blue 200

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

Shades of Sea Mist #C9D6C8

Tints of Sea Mist #C9D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.8%

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

R = 32.68%
G = 34.8%
B = 32.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#C9D6C8 (or 0xC9D6C8) is known color: Sea Mist. HEX triplet: C9, D6 and C8. RGB value is (201,214,200). Sum of RGB (Red+Green+Blue) = 201+214+200=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6C8 is #362937. Grayscale: #D0D0D0. Windows color (decimal): -3549496 or 13162185. OLE color: 13162185.

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

Color convert

RGB 201 214 200 -
CMYK 0.06 0 0.07 0.16
HSL 115.71º 0.15% 0.81% -
HSV(B) 115.71º 0.07% 0.84% -
XYZ 58.56 64.68 64.04 -
YUV 208.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 201 214 200 0.06 0 0.07 0.16 115.71 0.15 0.81
Hex C9 D6 C8 6 0 7 10 74 F 51
Octal 311 326 310 6 0 7 20 164 17 121
Binary 11001001 11010110 11001000 110 0 111 10000 1110100 1111 1010001

Color Harmonies of #C9D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D6C8

Black with #C9D6C8

Text Example


Text Example

White with #C9D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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