Html Css Color HEX #DBC3C8 Melanie

📋 copy color: '#DBC3C8'

red 219 ◦ green 195 ◦ blue 200

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

Shades of Melanie #DBC3C8

Tints of Melanie #DBC3C8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.76%

 BLUE value IS 200 (78.52% from 255) = 32.57%

R = 35.67%
G = 31.76%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBC3C8 (or 0xDBC3C8) is known color: Melanie. HEX triplet: DB, C3 and C8. RGB value is (219,195,200). Sum of RGB (Red+Green+Blue) = 219+195+200=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C8 is #243C37. Grayscale: #CACACA. Windows color (decimal): -2374712 or 13157339. OLE color: 13157339.

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

Color convert

RGB 219 195 200 -
CMYK 0 0.11 0.09 0.14
HSL 347.5º 0.25% 0.81% -
HSV(B) 347.5º 0.11% 0.86% -
XYZ 59.15 58.26 62.77 -
YUV 202.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 219 195 200 0 0.11 0.09 0.14 347.5 0.25 0.81
Hex DB C3 C8 0 B 9 E 15C 19 51
Octal 333 303 310 0 13 11 16 534 31 121
Binary 11011011 11000011 11001000 0 1011 1001 1110 101011100 11001 1010001

Color Harmonies of #DBC3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC3C8

Black with #DBC3C8

Text Example


Text Example

White with #DBC3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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