Html Css Color HEX #C9D5C8 Sea Mist

📋 copy color: '#C9D5C8'

red 201 ◦ green 213 ◦ blue 200

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

Shades of Sea Mist #C9D5C8

Tints of Sea Mist #C9D5C8

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 value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C9D5C8 (or 0xC9D5C8) is known color: 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

RGB 201 213 200 -
CMYK 0.06 0 0.06 0.16
HSL 115.38º 0.13% 0.81% -
HSV(B) 115.38º 0.06% 0.84% -
XYZ 58.31 64.18 63.96 -
YUV 207.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 201 213 200 0.06 0 0.06 0.16 115.38 0.13 0.81
Hex C9 D5 C8 6 0 6 10 73 D 51
Octal 311 325 310 6 0 6 20 163 15 121
Binary 11001001 11010101 11001000 110 0 110 10000 1110011 1101 1010001

Color Harmonies of #C9D5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5C8

Black with #C9D5C8

Text Example


Text Example

White with #C9D5C8

Text Example


Text Example

HTML Codes & Css Web 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>