Html Css Color HEX #C9DACB Sea Mist

📋 copy color: '#C9DACB'

red 201 ◦ green 218 ◦ blue 203

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

Shades of Sea Mist #C9DACB

Tints of Sea Mist #C9DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.64%

R = 32.32%
G = 35.05%
B = 32.64%

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

#C9DACB (or 0xC9DACB) is known color: Sea Mist. HEX triplet: C9, DA and CB. RGB value is (201,218,203). Sum of RGB (Red+Green+Blue) = 201+218+203=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACB is #362534. Grayscale: #D3D3D3. Windows color (decimal): -3548469 or 13359817. OLE color: 13359817.

HSL color Cylindrical-coordinate representation of color #C9DACB: hue angle of 127.06º 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 #C9DACB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 203 -
CMYK 0.08 0 0.07 0.15
HSL 127.06º 0.19% 0.82% -
HSV(B) 127.06º 0.08% 0.85% -
XYZ 59.94 66.87 66.25 -
YUV 211.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 201 218 203 0.08 0 0.07 0.15 127.06 0.19 0.82
Hex C9 DA CB 8 0 7 F 7F 13 52
Octal 311 332 313 10 0 7 17 177 23 122
Binary 11001001 11011010 11001011 1000 0 111 1111 1111111 10011 1010010

Color Harmonies of #C9DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DACB

Black with #C9DACB

Text Example


Text Example

White with #C9DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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