Html Css Color HEX #DBBFC6 Melanie

📋 copy color: '#DBBFC6'

red 219 ◦ green 191 ◦ blue 198

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

Shades of Melanie #DBBFC6

Tints of Melanie #DBBFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 31.41%

 BLUE value IS 198 (77.73% from 255) = 32.57%

R = 36.02%
G = 31.41%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBBFC6 (or 0xDBBFC6) is known color: Melanie. HEX triplet: DB, BF and C6. RGB value is (219,191,198). Sum of RGB (Red+Green+Blue) = 219+191+198=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFC6 is #244039. Grayscale: #C8C8C8. Windows color (decimal): -2375738 or 13025243. OLE color: 13025243.

HSL color Cylindrical-coordinate representation of color #DBBFC6: hue angle of 345º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 191 198 -
CMYK 0 0.13 0.10 0.14
HSL 345º 0.28% 0.8% -
HSV(B) 345º 0.13% 0.86% -
XYZ 58.04 56.4 61.25 -
YUV 200.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 219 191 198 0 0.13 0.10 0.14 345 0.28 0.8
Hex DB BF C6 0 D A E 159 1C 50
Octal 333 277 306 0 15 12 16 531 34 120
Binary 11011011 10111111 11000110 0 1101 1010 1110 101011001 11100 1010000

Color Harmonies of #DBBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFC6

Black with #DBBFC6

Text Example


Text Example

White with #DBBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFC6; }

 p { color: rgb(219,191,198); }

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

background-color css

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

 a { background-color: rgb(219,191,198); }

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

border-color css

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

 span { border-color: rgb(219,191,198); }

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