Html Css Color HEX #DABEFA Mauve

📋 copy color: '#DABEFA'

red 218 ◦ green 190 ◦ blue 250

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

Shades of Mauve #DABEFA

Tints of Mauve #DABEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.88%

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

R = 33.13%
G = 28.88%
B = 37.99%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DABEFA (or 0xDABEFA) is known color: Mauve. HEX triplet: DA, BE and FA. RGB value is (218,190,250). Sum of RGB (Red+Green+Blue) = 218+190+250=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFA is #254105. Grayscale: #CDCDCD. Windows color (decimal): -2441478 or 16432858. OLE color: 16432858.

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

Color convert

RGB 218 190 250 -
CMYK 0.13 0.24 0 0.02
HSL 268º 0.86% 0.86% -
HSV(B) 268º 0.24% 0.98% -
XYZ 64.58 58.63 98.36 -
YUV 205.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 218 190 250 0.13 0.24 0 0.02 268 0.86 0.86
Hex DA BE FA D 18 0 2 10C 56 56
Octal 332 276 372 15 30 0 2 414 126 126
Binary 11011010 10111110 11111010 1101 11000 0 10 100001100 1010110 1010110

Color Harmonies of #DABEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEFA

Black with #DABEFA

Text Example


Text Example

White with #DABEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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