Html Css Color HEX #DABCFD Mauve

📋 copy color: '#DABCFD'

red 218 ◦ green 188 ◦ blue 253

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

Shades of Mauve #DABCFD

Tints of Mauve #DABCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.53%

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

R = 33.08%
G = 28.53%
B = 38.39%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DABCFD (or 0xDABCFD) is known color: Mauve. HEX triplet: DA, BC and FD. RGB value is (218,188,253). Sum of RGB (Red+Green+Blue) = 218+188+253=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFD is #254302. Grayscale: #CCCCCC. Windows color (decimal): -2441987 or 16628954. OLE color: 16628954.

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

Color convert

RGB 218 188 253 -
CMYK 0.14 0.26 0 0.01
HSL 267.69º 0.94% 0.86% -
HSV(B) 267.69º 0.26% 0.99% -
XYZ 64.63 57.96 100.71 -
YUV 204.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 218 188 253 0.14 0.26 0 0.01 267.69 0.94 0.86
Hex DA BC FD E 1A 0 1 10C 5E 56
Octal 332 274 375 16 32 0 1 414 136 126
Binary 11011010 10111100 11111101 1110 11010 0 1 100001100 1011110 1010110

Color Harmonies of #DABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCFD

Black with #DABCFD

Text Example


Text Example

White with #DABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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