Html Css Color HEX #DBBEC3 Melanie

📋 copy color: '#DBBEC3'

red 219 ◦ green 190 ◦ blue 195

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

Shades of Melanie #DBBEC3

Tints of Melanie #DBBEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

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

R = 36.26%
G = 31.46%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBBEC3 (or 0xDBBEC3) is known color: Melanie. HEX triplet: DB, BE and C3. RGB value is (219,190,195). Sum of RGB (Red+Green+Blue) = 219+190+195=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC3 is #24413C. Grayscale: #C7C7C7. Windows color (decimal): -2375997 or 12828379. OLE color: 12828379.

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

Color convert

RGB 219 190 195 -
CMYK 0 0.13 0.11 0.14
HSL 349.66º 0.29% 0.8% -
HSV(B) 349.66º 0.13% 0.86% -
XYZ 57.48 55.83 59.38 -
YUV 199.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 219 190 195 0 0.13 0.11 0.14 349.66 0.29 0.8
Hex DB BE C3 0 D B E 15E 1D 50
Octal 333 276 303 0 15 13 16 536 35 120
Binary 11011011 10111110 11000011 0 1101 1011 1110 101011110 11101 1010000

Color Harmonies of #DBBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEC3

Black with #DBBEC3

Text Example


Text Example

White with #DBBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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