Html Css Color HEX #DAB0C1 Melanie

📋 copy color: '#DAB0C1'

red 218 ◦ green 176 ◦ blue 193

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

Shades of Melanie #DAB0C1

Tints of Melanie #DAB0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.98%

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 37.14%
G = 29.98%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DAB0C1 (or 0xDAB0C1) is known color: Melanie. HEX triplet: DA, B0 and C1. RGB value is (218,176,193). Sum of RGB (Red+Green+Blue) = 218+176+193=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0C1 is #254F3E. Grayscale: #BEBEBE. Windows color (decimal): -2445119 or 12693722. OLE color: 12693722.

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

Color convert

RGB 218 176 193 -
CMYK 0 0.19 0.11 0.15
HSL 335.71º 0.36% 0.77% -
HSV(B) 335.71º 0.19% 0.85% -
XYZ 54.06 49.81 57.22 -
YUV 190.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 218 176 193 0 0.19 0.11 0.15 335.71 0.36 0.77
Hex DA B0 C1 0 13 B F 150 24 4D
Octal 332 260 301 0 23 13 17 520 44 115
Binary 11011010 10110000 11000001 0 10011 1011 1111 101010000 100100 1001101

Color Harmonies of #DAB0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0C1

Black with #DAB0C1

Text Example


Text Example

White with #DAB0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0C1; }

 p { color: rgb(218,176,193); }

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

background-color css

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

 a { background-color: rgb(218,176,193); }

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

border-color css

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

 span { border-color: rgb(218,176,193); }

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