Html Css Color HEX #DBC7C9 Melanie

📋 copy color: '#DBC7C9'

red 219 ◦ green 199 ◦ blue 201

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

Shades of Melanie #DBC7C9

Tints of Melanie #DBC7C9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.15%

 BLUE value IS 201 (78.91% from 255) = 32.47%

R = 35.38%
G = 32.15%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBC7C9 (or 0xDBC7C9) is known color: Melanie. HEX triplet: DB, C7 and C9. RGB value is (219,199,201). Sum of RGB (Red+Green+Blue) = 219+199+201=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7C9 is #243836. Grayscale: #CDCDCD. Windows color (decimal): -2373687 or 13223899. OLE color: 13223899.

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

Color convert

RGB 219 199 201 -
CMYK 0 0.09 0.08 0.14
HSL 354º 0.22% 0.82% -
HSV(B) 354º 0.09% 0.86% -
XYZ 60.18 60.12 63.69 -
YUV 205.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 219 199 201 0 0.09 0.08 0.14 354 0.22 0.82
Hex DB C7 C9 0 9 8 E 162 16 52
Octal 333 307 311 0 11 10 16 542 26 122
Binary 11011011 11000111 11001001 0 1001 1000 1110 101100010 10110 1010010

Color Harmonies of #DBC7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7C9

Black with #DBC7C9

Text Example


Text Example

White with #DBC7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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