Html Css Color HEX #DBB8C4 Melanie

📋 copy color: '#DBB8C4'

red 219 ◦ green 184 ◦ blue 196

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

Shades of Melanie #DBB8C4

Tints of Melanie #DBB8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

 BLUE value IS 196 (76.95% from 255) = 32.72%

R = 36.56%
G = 30.72%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBB8C4 (or 0xDBB8C4) is known color: Melanie. HEX triplet: DB, B8 and C4. RGB value is (219,184,196). Sum of RGB (Red+Green+Blue) = 219+184+196=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8C4 is #24473B. Grayscale: #C3C3C3. Windows color (decimal): -2377532 or 12892379. OLE color: 12892379.

HSL color Cylindrical-coordinate representation of color #DBB8C4: hue angle of 339.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8C4 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 196 -
CMYK 0 0.16 0.11 0.14
HSL 339.43º 0.33% 0.79% -
HSV(B) 339.43º 0.16% 0.86% -
XYZ 56.32 53.33 59.55 -
YUV 195.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 219 184 196 0 0.16 0.11 0.14 339.43 0.33 0.79
Hex DB B8 C4 0 10 B E 153 21 4F
Octal 333 270 304 0 20 13 16 523 41 117
Binary 11011011 10111000 11000100 0 10000 1011 1110 101010011 100001 1001111

Color Harmonies of #DBB8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8C4

Black with #DBB8C4

Text Example


Text Example

White with #DBB8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8C4; }

 p { color: rgb(219,184,196); }

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

background-color css

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

 a { background-color: rgb(219,184,196); }

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

border-color css

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

 span { border-color: rgb(219,184,196); }

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