Html Css Color HEX #DAABED Mauve

📋 copy color: '#DAABED'

red 218 ◦ green 171 ◦ blue 237

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

Shades of Mauve #DAABED

Tints of Mauve #DAABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.32%

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 34.82%
G = 27.32%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAABED (or 0xDAABED) is known color: Mauve. HEX triplet: DA, AB and ED. RGB value is (218,171,237). Sum of RGB (Red+Green+Blue) = 218+171+237=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABED is #255412. Grayscale: #C0C0C0. Windows color (decimal): -2446355 or 15576026. OLE color: 15576026.

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

Color convert

RGB 218 171 237 -
CMYK 0.08 0.28 0 0.07
HSL 282.73º 0.65% 0.8% -
HSV(B) 282.73º 0.28% 0.93% -
XYZ 58.76 50.15 86.7 -
YUV 192.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 218 171 237 0.08 0.28 0 0.07 282.73 0.65 0.8
Hex DA AB ED 8 1C 0 7 11B 41 50
Octal 332 253 355 10 34 0 7 433 101 120
Binary 11011010 10101011 11101101 1000 11100 0 111 100011011 1000001 1010000

Color Harmonies of #DAABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABED

Black with #DAABED

Text Example


Text Example

White with #DAABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABED; }

 p { color: rgb(218,171,237); }

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

background-color css

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

 a { background-color: rgb(218,171,237); }

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

border-color css

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

 span { border-color: rgb(218,171,237); }

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