Html Css Color HEX #DAB2FA Mauve

📋 copy color: '#DAB2FA'

red 218 ◦ green 178 ◦ blue 250

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

Shades of Mauve #DAB2FA

Tints of Mauve #DAB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.55%

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

R = 33.75%
G = 27.55%
B = 38.7%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB2FA (or 0xDAB2FA) is known color: Mauve. HEX triplet: DA, B2 and FA. RGB value is (218,178,250). Sum of RGB (Red+Green+Blue) = 218+178+250=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2FA is #254D05. Grayscale: #C5C5C5. Windows color (decimal): -2444550 or 16429786. OLE color: 16429786.

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

Color convert

RGB 218 178 250 -
CMYK 0.13 0.29 0 0.02
HSL 273.33º 0.88% 0.84% -
HSV(B) 273.33º 0.29% 0.98% -
XYZ 62.09 53.65 97.53 -
YUV 198.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 218 178 250 0.13 0.29 0 0.02 273.33 0.88 0.84
Hex DA B2 FA D 1D 0 2 111 58 54
Octal 332 262 372 15 35 0 2 421 130 124
Binary 11011010 10110010 11111010 1101 11101 0 10 100010001 1011000 1010100

Color Harmonies of #DAB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2FA

Black with #DAB2FA

Text Example


Text Example

White with #DAB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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