Html Css Color HEX #DBAFBA Melanie

📋 copy color: '#DBAFBA'

red 219 ◦ green 175 ◦ blue 186

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

Shades of Melanie #DBAFBA

Tints of Melanie #DBAFBA

RGB

 RED value IS 219 (85.94% from 255) = 37.76%

 GREEN value IS 175 (68.75% from 255) = 30.17%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 37.76%
G = 30.17%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBAFBA (or 0xDBAFBA) is known color: Melanie. HEX triplet: DB, AF and BA. RGB value is (219,175,186). Sum of RGB (Red+Green+Blue) = 219+175+186=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBA is #245045. Grayscale: #BDBDBD. Windows color (decimal): -2379846 or 12234715. OLE color: 12234715.

HSL color Cylindrical-coordinate representation of color #DBAFBA: hue angle of 345º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFBA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 186 -
CMYK 0 0.20 0.15 0.14
HSL 345º 0.38% 0.77% -
HSV(B) 345º 0.2% 0.86% -
XYZ 53.41 49.27 53.15 -
YUV 189.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 219 175 186 0 0.20 0.15 0.14 345 0.38 0.77
Hex DB AF BA 0 14 F E 159 26 4D
Octal 333 257 272 0 24 17 16 531 46 115
Binary 11011011 10101111 10111010 0 10100 1111 1110 101011001 100110 1001101

Color Harmonies of #DBAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFBA

Black with #DBAFBA

Text Example


Text Example

White with #DBAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFBA; }

 p { color: rgb(219,175,186); }

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

background-color css

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

 a { background-color: rgb(219,175,186); }

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

border-color css

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

 span { border-color: rgb(219,175,186); }

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