Html Css Color HEX #DAC3C8 Melanie

📋 copy color: '#DAC3C8'

red 218 ◦ green 195 ◦ blue 200

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

Shades of Melanie #DAC3C8

Tints of Melanie #DAC3C8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.81%

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

R = 35.56%
G = 31.81%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAC3C8 (or 0xDAC3C8) is known color: Melanie. HEX triplet: DA, C3 and C8. RGB value is (218,195,200). Sum of RGB (Red+Green+Blue) = 218+195+200=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3C8 is #253C37. Grayscale: #CACACA. Windows color (decimal): -2440248 or 13157338. OLE color: 13157338.

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

Color convert

RGB 218 195 200 -
CMYK 0 0.11 0.08 0.15
HSL 346.96º 0.24% 0.81% -
HSV(B) 346.96º 0.11% 0.85% -
XYZ 58.85 58.11 62.76 -
YUV 202.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 218 195 200 0 0.11 0.08 0.15 346.96 0.24 0.81
Hex DA C3 C8 0 B 8 F 15B 18 51
Octal 332 303 310 0 13 10 17 533 30 121
Binary 11011010 11000011 11001000 0 1011 1000 1111 101011011 11000 1010001

Color Harmonies of #DAC3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC3C8

Black with #DAC3C8

Text Example


Text Example

White with #DAC3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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