Html Css Color HEX #DAADBF Melanie

📋 copy color: '#DAADBF'

red 218 ◦ green 173 ◦ blue 191

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

Shades of Melanie #DAADBF

Tints of Melanie #DAADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.73%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 37.46%
G = 29.73%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAADBF (or 0xDAADBF) is known color: Melanie. HEX triplet: DA, AD and BF. RGB value is (218,173,191). Sum of RGB (Red+Green+Blue) = 218+173+191=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADBF is #255240. Grayscale: #BCBCBC. Windows color (decimal): -2445889 or 12561882. OLE color: 12561882.

HSL color Cylindrical-coordinate representation of color #DAADBF: hue angle of 336º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADBF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 191 -
CMYK 0 0.21 0.12 0.15
HSL 336º 0.38% 0.77% -
HSV(B) 336º 0.21% 0.85% -
XYZ 53.26 48.55 55.85 -
YUV 188.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 218 173 191 0 0.21 0.12 0.15 336 0.38 0.77
Hex DA AD BF 0 15 C F 150 26 4D
Octal 332 255 277 0 25 14 17 520 46 115
Binary 11011010 10101101 10111111 0 10101 1100 1111 101010000 100110 1001101

Color Harmonies of #DAADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADBF

Black with #DAADBF

Text Example


Text Example

White with #DAADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADBF; }

 p { color: rgb(218,173,191); }

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

background-color css

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

 a { background-color: rgb(218,173,191); }

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

border-color css

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

 span { border-color: rgb(218,173,191); }

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