Html Css Color HEX #C9DACA Sea Mist

📋 copy color: '#C9DACA'

red 201 ◦ green 218 ◦ blue 202

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

Shades of Sea Mist #C9DACA

Tints of Sea Mist #C9DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.1%

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

R = 32.37%
G = 35.1%
B = 32.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#C9DACA (or 0xC9DACA) is known color: Sea Mist. HEX triplet: C9, DA and CA. RGB value is (201,218,202). Sum of RGB (Red+Green+Blue) = 201+218+202=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACA is #362535. Grayscale: #D3D3D3. Windows color (decimal): -3548470 or 13294281. OLE color: 13294281.

HSL color Cylindrical-coordinate representation of color #C9DACA: hue angle of 123.53º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DACA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 202 -
CMYK 0.08 0 0.07 0.15
HSL 123.53º 0.19% 0.82% -
HSV(B) 123.53º 0.08% 0.85% -
XYZ 59.82 66.82 65.62 -
YUV 211.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 201 218 202 0.08 0 0.07 0.15 123.53 0.19 0.82
Hex C9 DA CA 8 0 7 F 7C 13 52
Octal 311 332 312 10 0 7 17 174 23 122
Binary 11001001 11011010 11001010 1000 0 111 1111 1111100 10011 1010010

Color Harmonies of #C9DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DACA

Black with #C9DACA

Text Example


Text Example

White with #C9DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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