Html Css Color HEX #DBC3C6 Melanie

📋 copy color: '#DBC3C6'

red 219 ◦ green 195 ◦ blue 198

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

Shades of Melanie #DBC3C6

Tints of Melanie #DBC3C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 35.78%
G = 31.86%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBC3C6 (or 0xDBC3C6) is known color: Melanie. HEX triplet: DB, C3 and C6. RGB value is (219,195,198). Sum of RGB (Red+Green+Blue) = 219+195+198=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C6 is #243C39. Grayscale: #CACACA. Windows color (decimal): -2374714 or 13026267. OLE color: 13026267.

HSL color Cylindrical-coordinate representation of color #DBC3C6: hue angle of 352.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 #DBC3C6 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 195 198 -
CMYK 0 0.11 0.10 0.14
HSL 352.5º 0.25% 0.81% -
HSV(B) 352.5º 0.11% 0.86% -
XYZ 58.92 58.17 61.55 -
YUV 202.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 219 195 198 0 0.11 0.10 0.14 352.5 0.25 0.81
Hex DB C3 C6 0 B A E 160 19 51
Octal 333 303 306 0 13 12 16 540 31 121
Binary 11011011 11000011 11000110 0 1011 1010 1110 101100000 11001 1010001

Color Harmonies of #DBC3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC3C6

Black with #DBC3C6

Text Example


Text Example

White with #DBC3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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