Html Css Color HEX #DBC2CA Melanie

📋 copy color: '#DBC2CA'

red 219 ◦ green 194 ◦ blue 202

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

Shades of Melanie #DBC2CA

Tints of Melanie #DBC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.54%

 BLUE value IS 202 (79.3% from 255) = 32.85%

R = 35.61%
G = 31.54%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBC2CA (or 0xDBC2CA) is known color: Melanie. HEX triplet: DB, C2 and CA. RGB value is (219,194,202). Sum of RGB (Red+Green+Blue) = 219+194+202=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2CA is #243D35. Grayscale: #CACACA. Windows color (decimal): -2374966 or 13288155. OLE color: 13288155.

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

Color convert

RGB 219 194 202 -
CMYK 0 0.11 0.08 0.14
HSL 340.8º 0.26% 0.81% -
HSV(B) 340.8º 0.11% 0.86% -
XYZ 59.17 57.91 63.94 -
YUV 202.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 219 194 202 0 0.11 0.08 0.14 340.8 0.26 0.81
Hex DB C2 CA 0 B 8 E 155 1A 51
Octal 333 302 312 0 13 10 16 525 32 121
Binary 11011011 11000010 11001010 0 1011 1000 1110 101010101 11010 1010001

Color Harmonies of #DBC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC2CA

Black with #DBC2CA

Text Example


Text Example

White with #DBC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC2CA; }

 p { color: rgb(219,194,202); }

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

background-color css

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

 a { background-color: rgb(219,194,202); }

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

border-color css

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

 span { border-color: rgb(219,194,202); }

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