Html Css Color HEX #DBBDC7 Melanie

📋 copy color: '#DBBDC7'

red 219 ◦ green 189 ◦ blue 199

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

Shades of Melanie #DBBDC7

Tints of Melanie #DBBDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 199 (78.13% from 255) = 32.78%

R = 36.08%
G = 31.14%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBBDC7 (or 0xDBBDC7) is known color: Melanie. HEX triplet: DB, BD and C7. RGB value is (219,189,199). Sum of RGB (Red+Green+Blue) = 219+189+199=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC7 is #244238. Grayscale: #C7C7C7. Windows color (decimal): -2376249 or 13090267. OLE color: 13090267.

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

Color convert

RGB 219 189 199 -
CMYK 0 0.14 0.09 0.14
HSL 340º 0.29% 0.8% -
HSV(B) 340º 0.14% 0.86% -
XYZ 57.72 55.58 61.72 -
YUV 199.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 219 189 199 0 0.14 0.09 0.14 340 0.29 0.8
Hex DB BD C7 0 E 9 E 154 1D 50
Octal 333 275 307 0 16 11 16 524 35 120
Binary 11011011 10111101 11000111 0 1110 1001 1110 101010100 11101 1010000

Color Harmonies of #DBBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDC7

Black with #DBBDC7

Text Example


Text Example

White with #DBBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDC7; }

 p { color: rgb(219,189,199); }

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

background-color css

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

 a { background-color: rgb(219,189,199); }

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

border-color css

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

 span { border-color: rgb(219,189,199); }

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