Html Css Color HEX #DAB1EF Mauve

📋 copy color: '#DAB1EF'

red 218 ◦ green 177 ◦ blue 239

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

Shades of Mauve #DAB1EF

Tints of Mauve #DAB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.92%

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 34.38%
G = 27.92%
B = 37.7%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAB1EF (or 0xDAB1EF) is known color: Mauve. HEX triplet: DA, B1 and EF. RGB value is (218,177,239). Sum of RGB (Red+Green+Blue) = 218+177+239=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1EF is #254E10. Grayscale: #C4C4C4. Windows color (decimal): -2444817 or 15708634. OLE color: 15708634.

HSL color Cylindrical-coordinate representation of color #DAB1EF: hue angle of 279.68º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB1EF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 177 239 -
CMYK 0.09 0.26 0 0.06
HSL 279.68º 0.66% 0.82% -
HSV(B) 279.68º 0.26% 0.94% -
XYZ 60.22 52.58 88.64 -
YUV 196.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 218 177 239 0.09 0.26 0 0.06 279.68 0.66 0.82
Hex DA B1 EF 9 1A 0 6 118 42 52
Octal 332 261 357 11 32 0 6 430 102 122
Binary 11011010 10110001 11101111 1001 11010 0 110 100011000 1000010 1010010

Color Harmonies of #DAB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1EF

Black with #DAB1EF

Text Example


Text Example

White with #DAB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1EF; }

 p { color: rgb(218,177,239); }

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

background-color css

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

 a { background-color: rgb(218,177,239); }

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

border-color css

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

 span { border-color: rgb(218,177,239); }

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