Html Css Color HEX #DBC9CA Melanie

📋 copy color: '#DBC9CA'

red 219 ◦ green 201 ◦ blue 202

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

Shades of Melanie #DBC9CA

Tints of Melanie #DBC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.32%

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

R = 35.21%
G = 32.32%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBC9CA (or 0xDBC9CA) is known color: Melanie. HEX triplet: DB, C9 and CA. RGB value is (219,201,202). Sum of RGB (Red+Green+Blue) = 219+201+202=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9CA is #243635. Grayscale: #CECECE. Windows color (decimal): -2373174 or 13289947. OLE color: 13289947.

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

Color convert

RGB 219 201 202 -
CMYK 0 0.08 0.08 0.14
HSL 356.67º 0.2% 0.82% -
HSV(B) 356.67º 0.08% 0.86% -
XYZ 60.76 61.1 64.47 -
YUV 206.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 219 201 202 0 0.08 0.08 0.14 356.67 0.2 0.82
Hex DB C9 CA 0 8 8 E 165 14 52
Octal 333 311 312 0 10 10 16 545 24 122
Binary 11011011 11001001 11001010 0 1000 1000 1110 101100101 10100 1010010

Color Harmonies of #DBC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9CA

Black with #DBC9CA

Text Example


Text Example

White with #DBC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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