Html Css Color HEX #DFB5FD Mauve

📋 copy color: '#DFB5FD'

red 223 ◦ green 181 ◦ blue 253

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

Shades of Mauve #DFB5FD

Tints of Mauve #DFB5FD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.55%

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

R = 33.94%
G = 27.55%
B = 38.51%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFB5FD (or 0xDFB5FD) is known color: Mauve. HEX triplet: DF, B5 and FD. RGB value is (223,181,253). Sum of RGB (Red+Green+Blue) = 223+181+253=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5FD is #204A02. Grayscale: #C9C9C9. Windows color (decimal): -2116099 or 16627167. OLE color: 16627167.

HSL color Cylindrical-coordinate representation of color #DFB5FD: hue angle of 275º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB5FD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 181 253 -
CMYK 0.12 0.28 0 0.01
HSL 275º 0.95% 0.85% -
HSV(B) 275º 0.28% 0.99% -
XYZ 64.68 55.83 100.3 -
YUV 201.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 223 181 253 0.12 0.28 0 0.01 275 0.95 0.85
Hex DF B5 FD C 1C 0 1 113 5F 55
Octal 337 265 375 14 34 0 1 423 137 125
Binary 11011111 10110101 11111101 1100 11100 0 1 100010011 1011111 1010101

Color Harmonies of #DFB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5FD

Black with #DFB5FD

Text Example


Text Example

White with #DFB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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