Html Css Color HEX #C8DACA Sea Mist

📋 copy color: '#C8DACA'

red 200 ◦ green 218 ◦ blue 202

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

Shades of Sea Mist #C8DACA

Tints of Sea Mist #C8DACA

RGB

 RED value IS 200 (78.52% from 255) = 32.26%

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

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

R = 32.26%
G = 35.16%
B = 32.58%

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

#C8DACA (or 0xC8DACA) is known color: Sea Mist. HEX triplet: C8, DA and CA. RGB value is (200,218,202). Sum of RGB (Red+Green+Blue) = 200+218+202=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACA is #372535. Grayscale: #D2D2D2. Windows color (decimal): -3614006 or 13294280. OLE color: 13294280.

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

Color convert

RGB 200 218 202 -
CMYK 0.08 0 0.07 0.15
HSL 126.67º 0.2% 0.82% -
HSV(B) 126.67º 0.08% 0.85% -
XYZ 59.55 66.69 65.61 -
YUV 210.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 200 218 202 0.08 0 0.07 0.15 126.67 0.2 0.82
Hex C8 DA CA 8 0 7 F 7F 14 52
Octal 310 332 312 10 0 7 17 177 24 122
Binary 11001000 11011010 11001010 1000 0 111 1111 1111111 10100 1010010

Color Harmonies of #C8DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DACA

Black with #C8DACA

Text Example


Text Example

White with #C8DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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