Html Css Color HEX #DABCFC Mauve

📋 copy color: '#DABCFC'

red 218 ◦ green 188 ◦ blue 252

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

Shades of Mauve #DABCFC

Tints of Mauve #DABCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.3%

R = 33.13%
G = 28.57%
B = 38.3%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DABCFC (or 0xDABCFC) is known color: Mauve. HEX triplet: DA, BC and FC. RGB value is (218,188,252). Sum of RGB (Red+Green+Blue) = 218+188+252=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFC is #254303. Grayscale: #CCCCCC. Windows color (decimal): -2441988 or 16563418. OLE color: 16563418.

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

Color convert

RGB 218 188 252 -
CMYK 0.13 0.25 0 0.01
HSL 268.13º 0.91% 0.86% -
HSV(B) 268.13º 0.25% 0.99% -
XYZ 64.47 57.9 99.87 -
YUV 204.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 218 188 252 0.13 0.25 0 0.01 268.13 0.91 0.86
Hex DA BC FC D 19 0 1 10C 5B 56
Octal 332 274 374 15 31 0 1 414 133 126
Binary 11011010 10111100 11111100 1101 11001 0 1 100001100 1011011 1010110

Color Harmonies of #DABCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCFC

Black with #DABCFC

Text Example


Text Example

White with #DABCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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