Html Css Color HEX #DBAFC2 Melanie

📋 copy color: '#DBAFC2'

red 219 ◦ green 175 ◦ blue 194

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

Shades of Melanie #DBAFC2

Tints of Melanie #DBAFC2

RGB

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

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

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

R = 37.24%
G = 29.76%
B = 32.99%

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

#DBAFC2 (or 0xDBAFC2) is known color: Melanie. HEX triplet: DB, AF and C2. RGB value is (219,175,194). Sum of RGB (Red+Green+Blue) = 219+175+194=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC2 is #24503D. Grayscale: #BEBEBE. Windows color (decimal): -2379838 or 12759003. OLE color: 12759003.

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

Color convert

RGB 219 175 194 -
CMYK 0 0.20 0.11 0.14
HSL 334.09º 0.38% 0.77% -
HSV(B) 334.09º 0.2% 0.86% -
XYZ 54.28 49.62 57.75 -
YUV 190.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 219 175 194 0 0.20 0.11 0.14 334.09 0.38 0.77
Hex DB AF C2 0 14 B E 14E 26 4D
Octal 333 257 302 0 24 13 16 516 46 115
Binary 11011011 10101111 11000010 0 10100 1011 1110 101001110 100110 1001101

Color Harmonies of #DBAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFC2

Black with #DBAFC2

Text Example


Text Example

White with #DBAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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