Html Css Color HEX #DAB4EA Mauve

📋 copy color: '#DAB4EA'

red 218 ◦ green 180 ◦ blue 234

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

Shades of Mauve #DAB4EA

Tints of Mauve #DAB4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 34.49%
G = 28.48%
B = 37.03%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAB4EA (or 0xDAB4EA) is known color: Mauve. HEX triplet: DA, B4 and EA. RGB value is (218,180,234). Sum of RGB (Red+Green+Blue) = 218+180+234=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4EA is #254B15. Grayscale: #C5C5C5. Windows color (decimal): -2444054 or 15381722. OLE color: 15381722.

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

Color convert

RGB 218 180 234 -
CMYK 0.07 0.23 0 0.08
HSL 282.22º 0.56% 0.81% -
HSV(B) 282.22º 0.23% 0.92% -
XYZ 60.09 53.49 85 -
YUV 197.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 218 180 234 0.07 0.23 0 0.08 282.22 0.56 0.81
Hex DA B4 EA 7 17 0 8 11A 38 51
Octal 332 264 352 7 27 0 10 432 70 121
Binary 11011010 10110100 11101010 111 10111 0 1000 100011010 111000 1010001

Color Harmonies of #DAB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4EA

Black with #DAB4EA

Text Example


Text Example

White with #DAB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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