Html Css Color HEX #DFB1EA Mauve

📋 copy color: '#DFB1EA'

red 223 ◦ green 177 ◦ blue 234

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

Shades of Mauve #DFB1EA

Tints of Mauve #DFB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.92%

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

R = 35.17%
G = 27.92%
B = 36.91%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFB1EA (or 0xDFB1EA) is known color: Mauve. HEX triplet: DF, B1 and EA. RGB value is (223,177,234). Sum of RGB (Red+Green+Blue) = 223+177+234=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1EA is #204E15. Grayscale: #C5C5C5. Windows color (decimal): -2117142 or 15380959. OLE color: 15380959.

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

Color convert

RGB 223 177 234 -
CMYK 0.05 0.24 0 0.08
HSL 288.42º 0.58% 0.81% -
HSV(B) 288.42º 0.24% 0.92% -
XYZ 61 53.07 84.87 -
YUV 197.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 223 177 234 0.05 0.24 0 0.08 288.42 0.58 0.81
Hex DF B1 EA 5 18 0 8 120 3A 51
Octal 337 261 352 5 30 0 10 440 72 121
Binary 11011111 10110001 11101010 101 11000 0 1000 100100000 111010 1010001

Color Harmonies of #DFB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1EA

Black with #DFB1EA

Text Example


Text Example

White with #DFB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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