Html Css Color HEX #DBC8CA Melanie

📋 copy color: '#DBC8CA'

red 219 ◦ green 200 ◦ blue 202

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

Shades of Melanie #DBC8CA

Tints of Melanie #DBC8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 35.27%
G = 32.21%
B = 32.53%

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

#DBC8CA (or 0xDBC8CA) is known color: Melanie. HEX triplet: DB, C8 and CA. RGB value is (219,200,202). Sum of RGB (Red+Green+Blue) = 219+200+202=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8CA is #243735. Grayscale: #CDCDCD. Windows color (decimal): -2373430 or 13289691. OLE color: 13289691.

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

Color convert

RGB 219 200 202 -
CMYK 0 0.09 0.08 0.14
HSL 353.68º 0.21% 0.82% -
HSV(B) 353.68º 0.09% 0.86% -
XYZ 60.53 60.63 64.39 -
YUV 205.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 219 200 202 0 0.09 0.08 0.14 353.68 0.21 0.82
Hex DB C8 CA 0 9 8 E 162 15 52
Octal 333 310 312 0 11 10 16 542 25 122
Binary 11011011 11001000 11001010 0 1001 1000 1110 101100010 10101 1010010

Color Harmonies of #DBC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8CA

Black with #DBC8CA

Text Example


Text Example

White with #DBC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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