Html Css Color HEX #DFBAFD Mauve

📋 copy color: '#DFBAFD'

red 223 ◦ green 186 ◦ blue 253

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

Shades of Mauve #DFBAFD

Tints of Mauve #DFBAFD

RGB

 RED value IS 223 (87.5% from 255) = 33.69%

 GREEN value IS 186 (73.05% from 255) = 28.1%

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

R = 33.69%
G = 28.1%
B = 38.22%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFBAFD (or 0xDFBAFD) is known color: Mauve. HEX triplet: DF, BA and FD. RGB value is (223,186,253). Sum of RGB (Red+Green+Blue) = 223+186+253=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 186 (73.05% from 255 or 28.10% 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 #DFBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAFD is #204502. Grayscale: #CCCCCC. Windows color (decimal): -2114819 or 16628447. OLE color: 16628447.

HSL color Cylindrical-coordinate representation of color #DFBAFD: hue angle of 273.13º 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 #DFBAFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 186 253 -
CMYK 0.12 0.26 0 0.01
HSL 273.13º 0.94% 0.86% -
HSV(B) 273.13º 0.26% 0.99% -
XYZ 65.72 57.9 100.64 -
YUV 204.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 223 186 253 0.12 0.26 0 0.01 273.13 0.94 0.86
Hex DF BA FD C 1A 0 1 111 5E 56
Octal 337 272 375 14 32 0 1 421 136 126
Binary 11011111 10111010 11111101 1100 11010 0 1 100010001 1011110 1010110

Color Harmonies of #DFBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAFD

Black with #DFBAFD

Text Example


Text Example

White with #DFBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAFD; }

 p { color: rgb(223,186,253); }

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

background-color css

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

 a { background-color: rgb(223,186,253); }

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

border-color css

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

 span { border-color: rgb(223,186,253); }

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