Html Css Color HEX #C9D6CA Sea Mist

📋 copy color: '#C9D6CA'

red 201 ◦ green 214 ◦ blue 202

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

Shades of Sea Mist #C9D6CA

Tints of Sea Mist #C9D6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 32.58%
G = 34.68%
B = 32.74%

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

#C9D6CA (or 0xC9D6CA) is known color: Sea Mist. HEX triplet: C9, D6 and CA. RGB value is (201,214,202). Sum of RGB (Red+Green+Blue) = 201+214+202=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6CA is #362935. Grayscale: #D0D0D0. Windows color (decimal): -3549494 or 13293257. OLE color: 13293257.

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

Color convert

RGB 201 214 202 -
CMYK 0.06 0 0.06 0.16
HSL 124.62º 0.14% 0.81% -
HSV(B) 124.62º 0.06% 0.84% -
XYZ 58.79 64.77 65.28 -
YUV 208.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 201 214 202 0.06 0 0.06 0.16 124.62 0.14 0.81
Hex C9 D6 CA 6 0 6 10 7D E 51
Octal 311 326 312 6 0 6 20 175 16 121
Binary 11001001 11010110 11001010 110 0 110 10000 1111101 1110 1010001

Color Harmonies of #C9D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D6CA

Black with #C9D6CA

Text Example


Text Example

White with #C9D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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