Html Css Color HEX #DABEFE Mauve

📋 copy color: '#DABEFE'

red 218 ◦ green 190 ◦ blue 254

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

Shades of Mauve #DABEFE

Tints of Mauve #DABEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 32.93%
G = 28.7%
B = 38.37%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DABEFE (or 0xDABEFE) is known color: Mauve. HEX triplet: DA, BE and FE. RGB value is (218,190,254). Sum of RGB (Red+Green+Blue) = 218+190+254=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFE is #254101. Grayscale: #CDCDCD. Windows color (decimal): -2441474 or 16695002. OLE color: 16695002.

HSL color Cylindrical-coordinate representation of color #DABEFE: hue angle of 266.25º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABEFE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 190 254 -
CMYK 0.14 0.25 0 0.00
HSL 266.25º 0.97% 0.87% -
HSV(B) 266.25º 0.25% 1% -
XYZ 65.22 58.89 101.7 -
YUV 205.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 218 190 254 0.14 0.25 0 0.00 266.25 0.97 0.87
Hex DA BE FE E 19 0 0 10A 61 57
Octal 332 276 376 16 31 0 0 412 141 127
Binary 11011010 10111110 11111110 1110 11001 0 0 100001010 1100001 1010111

Color Harmonies of #DABEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEFE

Black with #DABEFE

Text Example


Text Example

White with #DABEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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