Html Css Color HEX #DAABFE Mauve

📋 copy color: '#DAABFE'

red 218 ◦ green 171 ◦ blue 254

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

Shades of Mauve #DAABFE

Tints of Mauve #DAABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 33.9%
G = 26.59%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAABFE (or 0xDAABFE) is known color: Mauve. HEX triplet: DA, AB and FE. RGB value is (218,171,254). Sum of RGB (Red+Green+Blue) = 218+171+254=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFE is #255401. Grayscale: #C2C2C2. Windows color (decimal): -2446338 or 16690138. OLE color: 16690138.

HSL color Cylindrical-coordinate representation of color #DAABFE: hue angle of 273.98º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAABFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 171 254 -
CMYK 0.14 0.33 0 0.00
HSL 273.98º 0.98% 0.83% -
HSV(B) 273.98º 0.33% 1% -
XYZ 61.37 51.19 100.41 -
YUV 194.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 218 171 254 0.14 0.33 0 0.00 273.98 0.98 0.83
Hex DA AB FE E 21 0 0 112 62 53
Octal 332 253 376 16 41 0 0 422 142 123
Binary 11011010 10101011 11111110 1110 100001 0 0 100010010 1100010 1010011

Color Harmonies of #DAABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABFE

Black with #DAABFE

Text Example


Text Example

White with #DAABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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