Html Css Color HEX #DAB4FF Mauve

📋 copy color: '#DAB4FF'

red 218 ◦ green 180 ◦ blue 255

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

Shades of Mauve #DAB4FF

Tints of Mauve #DAB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.57%

 BLUE value IS 255 (100% from 255) = 39.05%

R = 33.38%
G = 27.57%
B = 39.05%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAB4FF (or 0xDAB4FF) is known color: Mauve. HEX triplet: DA, B4 and FF. RGB value is (218,180,255). Sum of RGB (Red+Green+Blue) = 218+180+255=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4FF is #254B00. Grayscale: #C7C7C7. Windows color (decimal): -2444033 or 16757978. OLE color: 16757978.

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

Color convert

RGB 218 180 255 -
CMYK 0.15 0.29 0 0
HSL 270.4º 1% 0.85% -
HSV(B) 270.4º 0.29% 1% -
XYZ 63.28 54.77 101.84 -
YUV 199.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 218 180 255 0.15 0.29 0 0 270.4 1 0.85
Hex DA B4 FF F 1D 0 0 10E 64 55
Octal 332 264 377 17 35 0 0 416 144 125
Binary 11011010 10110100 11111111 1111 11101 0 0 100001110 1100100 1010101

Color Harmonies of #DAB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4FF

Black with #DAB4FF

Text Example


Text Example

White with #DAB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4FF; }

 p { color: rgb(218,180,255); }

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

background-color css

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

 a { background-color: rgb(218,180,255); }

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

border-color css

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

 span { border-color: rgb(218,180,255); }

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