Html Css Color HEX #DAAAEB Mauve

📋 copy color: '#DAAAEB'

red 218 ◦ green 170 ◦ blue 235

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

Shades of Mauve #DAAAEB

Tints of Mauve #DAAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.29%

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 34.99%
G = 27.29%
B = 37.72%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAAAEB (or 0xDAAAEB) is known color: Mauve. HEX triplet: DA, AA and EB. RGB value is (218,170,235). Sum of RGB (Red+Green+Blue) = 218+170+235=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAEB is #255514. Grayscale: #BFBFBF. Windows color (decimal): -2446613 or 15444698. OLE color: 15444698.

HSL color Cylindrical-coordinate representation of color #DAAAEB: hue angle of 284.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAAEB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 170 235 -
CMYK 0.07 0.28 0 0.08
HSL 284.31º 0.62% 0.79% -
HSV(B) 284.31º 0.28% 0.92% -
XYZ 58.28 49.65 85.11 -
YUV 191.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 218 170 235 0.07 0.28 0 0.08 284.31 0.62 0.79
Hex DA AA EB 7 1C 0 8 11C 3E 4F
Octal 332 252 353 7 34 0 10 434 76 117
Binary 11011010 10101010 11101011 111 11100 0 1000 100011100 111110 1001111

Color Harmonies of #DAAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAEB

Black with #DAAAEB

Text Example


Text Example

White with #DAAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAEB; }

 p { color: rgb(218,170,235); }

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

background-color css

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

 a { background-color: rgb(218,170,235); }

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

border-color css

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

 span { border-color: rgb(218,170,235); }

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