Html Css Color HEX #DABFFD Mauve

📋 copy color: '#DABFFD'

red 218 ◦ green 191 ◦ blue 253

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

Shades of Mauve #DABFFD

Tints of Mauve #DABFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 28.85%

 BLUE value IS 253 (99.22% from 255) = 38.22%

R = 32.93%
G = 28.85%
B = 38.22%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DABFFD (or 0xDABFFD) is known color: Mauve. HEX triplet: DA, BF and FD. RGB value is (218,191,253). Sum of RGB (Red+Green+Blue) = 218+191+253=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFFD is #254002. Grayscale: #CDCDCD. Windows color (decimal): -2441219 or 16629722. OLE color: 16629722.

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

Color convert

RGB 218 191 253 -
CMYK 0.14 0.25 0 0.01
HSL 266.13º 0.94% 0.87% -
HSV(B) 266.13º 0.25% 0.99% -
XYZ 65.27 59.26 100.93 -
YUV 206.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 218 191 253 0.14 0.25 0 0.01 266.13 0.94 0.87
Hex DA BF FD E 19 0 1 10A 5E 57
Octal 332 277 375 16 31 0 1 412 136 127
Binary 11011010 10111111 11111101 1110 11001 0 1 100001010 1011110 1010111

Color Harmonies of #DABFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFFD

Black with #DABFFD

Text Example


Text Example

White with #DABFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFFD; }

 p { color: rgb(218,191,253); }

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

background-color css

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

 a { background-color: rgb(218,191,253); }

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

border-color css

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

 span { border-color: rgb(218,191,253); }

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