Html Css Color HEX #DABCC7 Melanie

📋 copy color: '#DABCC7'

red 218 ◦ green 188 ◦ blue 199

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

Shades of Melanie #DABCC7

Tints of Melanie #DABCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.07%

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 36.03%
G = 31.07%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DABCC7 (or 0xDABCC7) is known color: Melanie. HEX triplet: DA, BC and C7. RGB value is (218,188,199). Sum of RGB (Red+Green+Blue) = 218+188+199=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC7 is #254338. Grayscale: #C6C6C6. Windows color (decimal): -2442041 or 13090010. OLE color: 13090010.

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

Color convert

RGB 218 188 199 -
CMYK 0 0.14 0.09 0.15
HSL 338º 0.29% 0.8% -
HSV(B) 338º 0.14% 0.85% -
XYZ 57.21 55 61.63 -
YUV 198.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 218 188 199 0 0.14 0.09 0.15 338 0.29 0.8
Hex DA BC C7 0 E 9 F 152 1D 50
Octal 332 274 307 0 16 11 17 522 35 120
Binary 11011010 10111100 11000111 0 1110 1001 1111 101010010 11101 1010000

Color Harmonies of #DABCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCC7

Black with #DABCC7

Text Example


Text Example

White with #DABCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCC7; }

 p { color: rgb(218,188,199); }

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

background-color css

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

 a { background-color: rgb(218,188,199); }

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

border-color css

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

 span { border-color: rgb(218,188,199); }

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