Html Css Color HEX #DAB1C2 Melanie

📋 copy color: '#DAB1C2'

red 218 ◦ green 177 ◦ blue 194

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

Shades of Melanie #DAB1C2

Tints of Melanie #DAB1C2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.05%

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 37.01%
G = 30.05%
B = 32.94%

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

#DAB1C2 (or 0xDAB1C2) is known color: Melanie. HEX triplet: DA, B1 and C2. RGB value is (218,177,194). Sum of RGB (Red+Green+Blue) = 218+177+194=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C2 is #254E3D. Grayscale: #BFBFBF. Windows color (decimal): -2444862 or 12759514. OLE color: 12759514.

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

Color convert

RGB 218 177 194 -
CMYK 0 0.19 0.11 0.15
HSL 335.12º 0.36% 0.77% -
HSV(B) 335.12º 0.19% 0.85% -
XYZ 54.37 50.24 57.87 -
YUV 191.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 218 177 194 0 0.19 0.11 0.15 335.12 0.36 0.77
Hex DA B1 C2 0 13 B F 14F 24 4D
Octal 332 261 302 0 23 13 17 517 44 115
Binary 11011010 10110001 11000010 0 10011 1011 1111 101001111 100100 1001101

Color Harmonies of #DAB1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1C2

Black with #DAB1C2

Text Example


Text Example

White with #DAB1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1C2; }

 p { color: rgb(218,177,194); }

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

background-color css

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

 a { background-color: rgb(218,177,194); }

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

border-color css

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

 span { border-color: rgb(218,177,194); }

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