Html Css Color HEX #DBAFC0 Melanie

📋 copy color: '#DBAFC0'

red 219 ◦ green 175 ◦ blue 192

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

Shades of Melanie #DBAFC0

Tints of Melanie #DBAFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 37.37%
G = 29.86%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBAFC0 (or 0xDBAFC0) is known color: Melanie. HEX triplet: DB, AF and C0. RGB value is (219,175,192). Sum of RGB (Red+Green+Blue) = 219+175+192=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC0 is #24503F. Grayscale: #BEBEBE. Windows color (decimal): -2379840 or 12627931. OLE color: 12627931.

HSL color Cylindrical-coordinate representation of color #DBAFC0: hue angle of 336.82º 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 #DBAFC0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 192 -
CMYK 0 0.20 0.12 0.14
HSL 336.82º 0.38% 0.77% -
HSV(B) 336.82º 0.2% 0.86% -
XYZ 54.06 49.53 56.58 -
YUV 190.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 219 175 192 0 0.20 0.12 0.14 336.82 0.38 0.77
Hex DB AF C0 0 14 C E 151 26 4D
Octal 333 257 300 0 24 14 16 521 46 115
Binary 11011011 10101111 11000000 0 10100 1100 1110 101010001 100110 1001101

Color Harmonies of #DBAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFC0

Black with #DBAFC0

Text Example


Text Example

White with #DBAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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