Html Css Color HEX #DBAFC3 Melanie

📋 copy color: '#DBAFC3'

red 219 ◦ green 175 ◦ blue 195

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

Shades of Melanie #DBAFC3

Tints of Melanie #DBAFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 37.18%
G = 29.71%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBAFC3 (or 0xDBAFC3) is known color: Melanie. HEX triplet: DB, AF and C3. RGB value is (219,175,195). Sum of RGB (Red+Green+Blue) = 219+175+195=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC3 is #24503C. Grayscale: #BEBEBE. Windows color (decimal): -2379837 or 12824539. OLE color: 12824539.

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

Color convert

RGB 219 175 195 -
CMYK 0 0.20 0.11 0.14
HSL 332.73º 0.38% 0.77% -
HSV(B) 332.73º 0.2% 0.86% -
XYZ 54.39 49.66 58.35 -
YUV 190.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 219 175 195 0 0.20 0.11 0.14 332.73 0.38 0.77
Hex DB AF C3 0 14 B E 14D 26 4D
Octal 333 257 303 0 24 13 16 515 46 115
Binary 11011011 10101111 11000011 0 10100 1011 1110 101001101 100110 1001101

Color Harmonies of #DBAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFC3

Black with #DBAFC3

Text Example


Text Example

White with #DBAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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