Html Css Color HEX #DAC4CA Melanie

📋 copy color: '#DAC4CA'

red 218 ◦ green 196 ◦ blue 202

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

Shades of Melanie #DAC4CA

Tints of Melanie #DAC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.82%

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

R = 35.39%
G = 31.82%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAC4CA (or 0xDAC4CA) is known color: Melanie. HEX triplet: DA, C4 and CA. RGB value is (218,196,202). Sum of RGB (Red+Green+Blue) = 218+196+202=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4CA is #253B35. Grayscale: #CBCBCB. Windows color (decimal): -2439990 or 13288666. OLE color: 13288666.

HSL color Cylindrical-coordinate representation of color #DAC4CA: hue angle of 343.64º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC4CA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 196 202 -
CMYK 0 0.10 0.07 0.15
HSL 343.64º 0.23% 0.81% -
HSV(B) 343.64º 0.1% 0.85% -
XYZ 59.31 58.65 64.07 -
YUV 203.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 218 196 202 0 0.10 0.07 0.15 343.64 0.23 0.81
Hex DA C4 CA 0 A 7 F 158 17 51
Octal 332 304 312 0 12 7 17 530 27 121
Binary 11011010 11000100 11001010 0 1010 111 1111 101011000 10111 1010001

Color Harmonies of #DAC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC4CA

Black with #DAC4CA

Text Example


Text Example

White with #DAC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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