Html Css Color HEX #C9DDC8 Sea Mist

📋 copy color: '#C9DDC8'

red 201 ◦ green 221 ◦ blue 200

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

Shades of Sea Mist #C9DDC8

Tints of Sea Mist #C9DDC8

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

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

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

RGB 201 221 200 -
CMYK 0.09 0 0.10 0.13
HSL 117.14º 0.24% 0.83% -
HSV(B) 117.14º 0.1% 0.87% -
XYZ 60.37 68.3 64.65 -
YUV 212.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 201 221 200 0.09 0 0.10 0.13 117.14 0.24 0.83
Hex C9 DD C8 9 0 A D 75 18 53
Octal 311 335 310 11 0 12 15 165 30 123
Binary 11001001 11011101 11001000 1001 0 1010 1101 1110101 11000 1010011

Color Harmonies of #C9DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDC8

Black with #C9DDC8

Text Example


Text Example

White with #C9DDC8

Text Example


Text Example

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