Html Css Color HEX #DABBC1 Melanie

📋 copy color: '#DABBC1'

red 218 ◦ green 187 ◦ blue 193

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

Shades of Melanie #DABBC1

Tints of Melanie #DABBC1

RGB

 RED value IS 218 (85.55% from 255) = 36.45%

 GREEN value IS 187 (73.44% from 255) = 31.27%

 BLUE value IS 193 (75.78% from 255) = 32.27%

R = 36.45%
G = 31.27%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DABBC1 (or 0xDABBC1) is known color: Melanie. HEX triplet: DA, BB and C1. RGB value is (218,187,193). Sum of RGB (Red+Green+Blue) = 218+187+193=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC1 is #25443E. Grayscale: #C4C4C4. Windows color (decimal): -2442303 or 12696538. OLE color: 12696538.

HSL color Cylindrical-coordinate representation of color #DABBC1: hue angle of 348.39º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBC1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 193 -
CMYK 0 0.14 0.11 0.15
HSL 348.39º 0.3% 0.79% -
HSV(B) 348.39º 0.14% 0.85% -
XYZ 56.31 54.3 57.96 -
YUV 196.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 218 187 193 0 0.14 0.11 0.15 348.39 0.3 0.79
Hex DA BB C1 0 E B F 15C 1E 4F
Octal 332 273 301 0 16 13 17 534 36 117
Binary 11011010 10111011 11000001 0 1110 1011 1111 101011100 11110 1001111

Color Harmonies of #DABBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBC1

Black with #DABBC1

Text Example


Text Example

White with #DABBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBC1; }

 p { color: rgb(218,187,193); }

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

background-color css

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

 a { background-color: rgb(218,187,193); }

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

border-color css

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

 span { border-color: rgb(218,187,193); }

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