Html Css Color HEX #DABDC2 Melanie

📋 copy color: '#DABDC2'

red 218 ◦ green 189 ◦ blue 194

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

Shades of Melanie #DABDC2

Tints of Melanie #DABDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

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

R = 36.27%
G = 31.45%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DABDC2 (or 0xDABDC2) is known color: Melanie. HEX triplet: DA, BD and C2. RGB value is (218,189,194). Sum of RGB (Red+Green+Blue) = 218+189+194=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC2 is #25423D. Grayscale: #C6C6C6. Windows color (decimal): -2441790 or 12762586. OLE color: 12762586.

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

Color convert

RGB 218 189 194 -
CMYK 0 0.13 0.11 0.15
HSL 349.66º 0.28% 0.8% -
HSV(B) 349.66º 0.13% 0.85% -
XYZ 56.85 55.2 58.7 -
YUV 198.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 218 189 194 0 0.13 0.11 0.15 349.66 0.28 0.8
Hex DA BD C2 0 D B F 15E 1C 50
Octal 332 275 302 0 15 13 17 536 34 120
Binary 11011010 10111101 11000010 0 1101 1011 1111 101011110 11100 1010000

Color Harmonies of #DABDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDC2

Black with #DABDC2

Text Example


Text Example

White with #DABDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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