Html Css Color HEX #DAC0C8 Melanie

📋 copy color: '#DAC0C8'

red 218 ◦ green 192 ◦ blue 200

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

Shades of Melanie #DAC0C8

Tints of Melanie #DAC0C8

RGB

 RED value IS 218 (85.55% from 255) = 35.74%

 GREEN value IS 192 (75.39% from 255) = 31.48%

 BLUE value IS 200 (78.52% from 255) = 32.79%

R = 35.74%
G = 31.48%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAC0C8 (or 0xDAC0C8) is known color: Melanie. HEX triplet: DA, C0 and C8. RGB value is (218,192,200). Sum of RGB (Red+Green+Blue) = 218+192+200=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0C8 is #253F37. Grayscale: #C8C8C8. Windows color (decimal): -2441016 or 13156570. OLE color: 13156570.

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

Color convert

RGB 218 192 200 -
CMYK 0 0.12 0.08 0.15
HSL 341.54º 0.26% 0.8% -
HSV(B) 341.54º 0.12% 0.85% -
XYZ 58.19 56.77 62.54 -
YUV 200.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 218 192 200 0 0.12 0.08 0.15 341.54 0.26 0.8
Hex DA C0 C8 0 C 8 F 156 1A 50
Octal 332 300 310 0 14 10 17 526 32 120
Binary 11011010 11000000 11001000 0 1100 1000 1111 101010110 11010 1010000

Color Harmonies of #DAC0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC0C8

Black with #DAC0C8

Text Example


Text Example

White with #DAC0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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