Html Css Color HEX #DAB3F3 Mauve

📋 copy color: '#DAB3F3'

red 218 ◦ green 179 ◦ blue 243

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

Shades of Mauve #DAB3F3

Tints of Mauve #DAB3F3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.97%

 BLUE value IS 243 (95.31% from 255) = 37.97%

R = 34.06%
G = 27.97%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAB3F3 (or 0xDAB3F3) is known color: Mauve. HEX triplet: DA, B3 and F3. RGB value is (218,179,243). Sum of RGB (Red+Green+Blue) = 218+179+243=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3F3 is #254C0C. Grayscale: #C5C5C5. Windows color (decimal): -2444301 or 15971290. OLE color: 15971290.

HSL color Cylindrical-coordinate representation of color #DAB3F3: hue angle of 276.56º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB3F3 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 179 243 -
CMYK 0.10 0.26 0 0.05
HSL 276.56º 0.73% 0.83% -
HSV(B) 276.56º 0.26% 0.95% -
XYZ 61.21 53.62 91.92 -
YUV 197.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 218 179 243 0.10 0.26 0 0.05 276.56 0.73 0.83
Hex DA B3 F3 A 1A 0 5 115 49 53
Octal 332 263 363 12 32 0 5 425 111 123
Binary 11011010 10110011 11110011 1010 11010 0 101 100010101 1001001 1010011

Color Harmonies of #DAB3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3F3

Black with #DAB3F3

Text Example


Text Example

White with #DAB3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3F3; }

 p { color: rgb(218,179,243); }

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

background-color css

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

 a { background-color: rgb(218,179,243); }

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

border-color css

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

 span { border-color: rgb(218,179,243); }

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