Html Css Color HEX #DAB9C5 Melanie

📋 copy color: '#DAB9C5'

red 218 ◦ green 185 ◦ blue 197

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

Shades of Melanie #DAB9C5

Tints of Melanie #DAB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.83%

 BLUE value IS 197 (77.34% from 255) = 32.83%

R = 36.33%
G = 30.83%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DAB9C5 (or 0xDAB9C5) is known color: Melanie. HEX triplet: DA, B9 and C5. RGB value is (218,185,197). Sum of RGB (Red+Green+Blue) = 218+185+197=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9C5 is #25463A. Grayscale: #C4C4C4. Windows color (decimal): -2442811 or 12958170. OLE color: 12958170.

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

Color convert

RGB 218 185 197 -
CMYK 0 0.15 0.10 0.15
HSL 338.18º 0.31% 0.79% -
HSV(B) 338.18º 0.15% 0.85% -
XYZ 56.34 53.63 60.21 -
YUV 196.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 218 185 197 0 0.15 0.10 0.15 338.18 0.31 0.79
Hex DA B9 C5 0 F A F 152 1F 4F
Octal 332 271 305 0 17 12 17 522 37 117
Binary 11011010 10111001 11000101 0 1111 1010 1111 101010010 11111 1001111

Color Harmonies of #DAB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9C5

Black with #DAB9C5

Text Example


Text Example

White with #DAB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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