Html Css Color HEX #DFBDF5 Mauve

📋 copy color: '#DFBDF5'

red 223 ◦ green 189 ◦ blue 245

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

Shades of Mauve #DFBDF5

Tints of Mauve #DFBDF5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.77%

 BLUE value IS 245 (96.09% from 255) = 37.29%

R = 33.94%
G = 28.77%
B = 37.29%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFBDF5 (or 0xDFBDF5) is known color: Mauve. HEX triplet: DF, BD and F5. RGB value is (223,189,245). Sum of RGB (Red+Green+Blue) = 223+189+245=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF5 is #20420A. Grayscale: #CDCDCD. Windows color (decimal): -2114059 or 16104927. OLE color: 16104927.

HSL color Cylindrical-coordinate representation of color #DFBDF5: hue angle of 276.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBDF5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 189 245 -
CMYK 0.09 0.23 0 0.04
HSL 276.43º 0.74% 0.85% -
HSV(B) 276.43º 0.23% 0.96% -
XYZ 65.11 58.68 94.28 -
YUV 205.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 223 189 245 0.09 0.23 0 0.04 276.43 0.74 0.85
Hex DF BD F5 9 17 0 4 114 4A 55
Octal 337 275 365 11 27 0 4 424 112 125
Binary 11011111 10111101 11110101 1001 10111 0 100 100010100 1001010 1010101

Color Harmonies of #DFBDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDF5

Black with #DFBDF5

Text Example


Text Example

White with #DFBDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDF5; }

 p { color: rgb(223,189,245); }

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

background-color css

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

 a { background-color: rgb(223,189,245); }

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

border-color css

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

 span { border-color: rgb(223,189,245); }

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