Html Css Color HEX #DABCC3 Melanie

📋 copy color: '#DABCC3'

red 218 ◦ green 188 ◦ blue 195

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

Shades of Melanie #DABCC3

Tints of Melanie #DABCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.45%

R = 36.27%
G = 31.28%
B = 32.45%

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

#DABCC3 (or 0xDABCC3) is known color: Melanie. HEX triplet: DA, BC and C3. RGB value is (218,188,195). Sum of RGB (Red+Green+Blue) = 218+188+195=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC3 is #25433C. Grayscale: #C5C5C5. Windows color (decimal): -2442045 or 12827866. OLE color: 12827866.

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

Color convert

RGB 218 188 195 -
CMYK 0 0.14 0.11 0.15
HSL 346º 0.29% 0.8% -
HSV(B) 346º 0.14% 0.85% -
XYZ 56.75 54.81 59.22 -
YUV 197.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 218 188 195 0 0.14 0.11 0.15 346 0.29 0.8
Hex DA BC C3 0 E B F 15A 1D 50
Octal 332 274 303 0 16 13 17 532 35 120
Binary 11011010 10111100 11000011 0 1110 1011 1111 101011010 11101 1010000

Color Harmonies of #DABCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCC3

Black with #DABCC3

Text Example


Text Example

White with #DABCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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