Html Css Color HEX #DAB2BC Melanie

📋 copy color: '#DAB2BC'

red 218 ◦ green 178 ◦ blue 188

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

Shades of Melanie #DAB2BC

Tints of Melanie #DAB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.48%

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 37.33%
G = 30.48%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAB2BC (or 0xDAB2BC) is known color: Melanie. HEX triplet: DA, B2 and BC. RGB value is (218,178,188). Sum of RGB (Red+Green+Blue) = 218+178+188=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2BC is #254D43. Grayscale: #BFBFBF. Windows color (decimal): -2444612 or 12366554. OLE color: 12366554.

HSL color Cylindrical-coordinate representation of color #DAB2BC: hue angle of 345º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2BC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 188 -
CMYK 0 0.18 0.14 0.15
HSL 345º 0.35% 0.78% -
HSV(B) 345º 0.18% 0.85% -
XYZ 53.91 50.38 54.46 -
YUV 191.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 218 178 188 0 0.18 0.14 0.15 345 0.35 0.78
Hex DA B2 BC 0 12 E F 159 23 4E
Octal 332 262 274 0 22 16 17 531 43 116
Binary 11011010 10110010 10111100 0 10010 1110 1111 101011001 100011 1001110

Color Harmonies of #DAB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2BC

Black with #DAB2BC

Text Example


Text Example

White with #DAB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2BC; }

 p { color: rgb(218,178,188); }

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

background-color css

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

 a { background-color: rgb(218,178,188); }

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

border-color css

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

 span { border-color: rgb(218,178,188); }

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