Html Css Color HEX #DAC9CA Melanie

📋 copy color: '#DAC9CA'

red 218 ◦ green 201 ◦ blue 202

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

Shades of Melanie #DAC9CA

Tints of Melanie #DAC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.37%

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

R = 35.1%
G = 32.37%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAC9CA (or 0xDAC9CA) is known color: Melanie. HEX triplet: DA, C9 and CA. RGB value is (218,201,202). Sum of RGB (Red+Green+Blue) = 218+201+202=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9CA is #253635. Grayscale: #CECECE. Windows color (decimal): -2438710 or 13289946. OLE color: 13289946.

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

Color convert

RGB 218 201 202 -
CMYK 0 0.08 0.07 0.15
HSL 356.47º 0.19% 0.82% -
HSV(B) 356.47º 0.08% 0.85% -
XYZ 60.46 60.94 64.45 -
YUV 206.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 218 201 202 0 0.08 0.07 0.15 356.47 0.19 0.82
Hex DA C9 CA 0 8 7 F 164 13 52
Octal 332 311 312 0 10 7 17 544 23 122
Binary 11011010 11001001 11001010 0 1000 111 1111 101100100 10011 1010010

Color Harmonies of #DAC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9CA

Black with #DAC9CA

Text Example


Text Example

White with #DAC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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