Html Css Color HEX #DABBC2 Melanie

📋 copy color: '#DABBC2'

red 218 ◦ green 187 ◦ blue 194

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

Shades of Melanie #DABBC2

Tints of Melanie #DABBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.39%

R = 36.39%
G = 31.22%
B = 32.39%

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

#DABBC2 (or 0xDABBC2) is known color: Melanie. HEX triplet: DA, BB and C2. RGB value is (218,187,194). Sum of RGB (Red+Green+Blue) = 218+187+194=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC2 is #25443D. Grayscale: #C5C5C5. Windows color (decimal): -2442302 or 12762074. OLE color: 12762074.

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

Color convert

RGB 218 187 194 -
CMYK 0 0.14 0.11 0.15
HSL 346.45º 0.3% 0.79% -
HSV(B) 346.45º 0.14% 0.85% -
XYZ 56.42 54.34 58.55 -
YUV 197.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 218 187 194 0 0.14 0.11 0.15 346.45 0.3 0.79
Hex DA BB C2 0 E B F 15A 1E 4F
Octal 332 273 302 0 16 13 17 532 36 117
Binary 11011010 10111011 11000010 0 1110 1011 1111 101011010 11110 1001111

Color Harmonies of #DABBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBC2

Black with #DABBC2

Text Example


Text Example

White with #DABBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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