Html Css Color HEX #DAC5CA Melanie

📋 copy color: '#DAC5CA'

red 218 ◦ green 197 ◦ blue 202

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

Shades of Melanie #DAC5CA

Tints of Melanie #DAC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.93%

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

R = 35.33%
G = 31.93%
B = 32.74%

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

#DAC5CA (or 0xDAC5CA) is known color: Melanie. HEX triplet: DA, C5 and CA. RGB value is (218,197,202). Sum of RGB (Red+Green+Blue) = 218+197+202=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CA is #253A35. Grayscale: #CBCBCB. Windows color (decimal): -2439734 or 13288922. OLE color: 13288922.

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

Color convert

RGB 218 197 202 -
CMYK 0 0.10 0.07 0.15
HSL 345.71º 0.22% 0.81% -
HSV(B) 345.71º 0.1% 0.85% -
XYZ 59.54 59.1 64.15 -
YUV 203.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 218 197 202 0 0.10 0.07 0.15 345.71 0.22 0.81
Hex DA C5 CA 0 A 7 F 15A 16 51
Octal 332 305 312 0 12 7 17 532 26 121
Binary 11011010 11000101 11001010 0 1010 111 1111 101011010 10110 1010001

Color Harmonies of #DAC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5CA

Black with #DAC5CA

Text Example


Text Example

White with #DAC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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