Html Css Color HEX #DFB4EA Mauve

📋 copy color: '#DFB4EA'

red 223 ◦ green 180 ◦ blue 234

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

Shades of Mauve #DFB4EA

Tints of Mauve #DFB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.26%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 35.01%
G = 28.26%
B = 36.73%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFB4EA (or 0xDFB4EA) is known color: Mauve. HEX triplet: DF, B4 and EA. RGB value is (223,180,234). Sum of RGB (Red+Green+Blue) = 223+180+234=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4EA is #204B15. Grayscale: #C6C6C6. Windows color (decimal): -2116374 or 15381727. OLE color: 15381727.

HSL color Cylindrical-coordinate representation of color #DFB4EA: hue angle of 287.78º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB4EA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 180 234 -
CMYK 0.05 0.23 0 0.08
HSL 287.78º 0.56% 0.81% -
HSV(B) 287.78º 0.23% 0.92% -
XYZ 61.6 54.27 85.07 -
YUV 199.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 223 180 234 0.05 0.23 0 0.08 287.78 0.56 0.81
Hex DF B4 EA 5 17 0 8 120 38 51
Octal 337 264 352 5 27 0 10 440 70 121
Binary 11011111 10110100 11101010 101 10111 0 1000 100100000 111000 1010001

Color Harmonies of #DFB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4EA

Black with #DFB4EA

Text Example


Text Example

White with #DFB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4EA; }

 p { color: rgb(223,180,234); }

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

background-color css

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

 a { background-color: rgb(223,180,234); }

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

border-color css

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

 span { border-color: rgb(223,180,234); }

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