Html Css Color HEX #DAB8FA Mauve

📋 copy color: '#DAB8FA'

red 218 ◦ green 184 ◦ blue 250

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

Shades of Mauve #DAB8FA

Tints of Mauve #DAB8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.22%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 33.44%
G = 28.22%
B = 38.34%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB8FA (or 0xDAB8FA) is known color: Mauve. HEX triplet: DA, B8 and FA. RGB value is (218,184,250). Sum of RGB (Red+Green+Blue) = 218+184+250=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8FA is #254705. Grayscale: #C9C9C9. Windows color (decimal): -2443014 or 16431322. OLE color: 16431322.

HSL color Cylindrical-coordinate representation of color #DAB8FA: hue angle of 270.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB8FA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 184 250 -
CMYK 0.13 0.26 0 0.02
HSL 270.91º 0.87% 0.85% -
HSV(B) 270.91º 0.26% 0.98% -
XYZ 63.31 56.09 97.93 -
YUV 201.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 218 184 250 0.13 0.26 0 0.02 270.91 0.87 0.85
Hex DA B8 FA D 1A 0 2 10F 57 55
Octal 332 270 372 15 32 0 2 417 127 125
Binary 11011010 10111000 11111010 1101 11010 0 10 100001111 1010111 1010101

Color Harmonies of #DAB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8FA

Black with #DAB8FA

Text Example


Text Example

White with #DAB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8FA; }

 p { color: rgb(218,184,250); }

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

background-color css

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

 a { background-color: rgb(218,184,250); }

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

border-color css

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

 span { border-color: rgb(218,184,250); }

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