Html Css Color HEX #DAAEFB Mauve

📋 copy color: '#DAAEFB'

red 218 ◦ green 174 ◦ blue 251

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

Shades of Mauve #DAAEFB

Tints of Mauve #DAAEFB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.06%

 BLUE value IS 251 (98.44% from 255) = 39.04%

R = 33.9%
G = 27.06%
B = 39.04%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAAEFB (or 0xDAAEFB) is known color: Mauve. HEX triplet: DA, AE and FB. RGB value is (218,174,251). Sum of RGB (Red+Green+Blue) = 218+174+251=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAAEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEFB is #255104. Grayscale: #C3C3C3. Windows color (decimal): -2445573 or 16494298. OLE color: 16494298.

HSL color Cylindrical-coordinate representation of color #DAAEFB: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAEFB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 174 251 -
CMYK 0.13 0.31 0 0.02
HSL 274.29º 0.91% 0.83% -
HSV(B) 274.29º 0.31% 0.98% -
XYZ 61.46 52.14 98.09 -
YUV 195.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 218 174 251 0.13 0.31 0 0.02 274.29 0.91 0.83
Hex DA AE FB D 1F 0 2 112 5B 53
Octal 332 256 373 15 37 0 2 422 133 123
Binary 11011010 10101110 11111011 1101 11111 0 10 100010010 1011011 1010011

Color Harmonies of #DAAEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEFB

Black with #DAAEFB

Text Example


Text Example

White with #DAAEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEFB; }

 p { color: rgb(218,174,251); }

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

background-color css

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

 a { background-color: rgb(218,174,251); }

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

border-color css

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

 span { border-color: rgb(218,174,251); }

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