Html Css Color HEX #DAB2EF Mauve

📋 copy color: '#DAB2EF'

red 218 ◦ green 178 ◦ blue 239

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

Shades of Mauve #DAB2EF

Tints of Mauve #DAB2EF

RGB

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

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

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

R = 34.33%
G = 28.03%
B = 37.64%

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

#DAB2EF (or 0xDAB2EF) is known color: Mauve. HEX triplet: DA, B2 and EF. RGB value is (218,178,239). Sum of RGB (Red+Green+Blue) = 218+178+239=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2EF is #254D10. Grayscale: #C4C4C4. Windows color (decimal): -2444561 or 15708890. OLE color: 15708890.

HSL color Cylindrical-coordinate representation of color #DAB2EF: hue angle of 279.34º 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 #DAB2EF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 178 239 -
CMYK 0.09 0.26 0 0.06
HSL 279.34º 0.66% 0.82% -
HSV(B) 279.34º 0.26% 0.94% -
XYZ 60.41 52.98 88.7 -
YUV 196.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 218 178 239 0.09 0.26 0 0.06 279.34 0.66 0.82
Hex DA B2 EF 9 1A 0 6 117 42 52
Octal 332 262 357 11 32 0 6 427 102 122
Binary 11011010 10110010 11101111 1001 11010 0 110 100010111 1000010 1010010

Color Harmonies of #DAB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2EF

Black with #DAB2EF

Text Example


Text Example

White with #DAB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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