Html Css Color HEX #DFB0EE Mauve

📋 copy color: '#DFB0EE'

red 223 ◦ green 176 ◦ blue 238

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

Shades of Mauve #DFB0EE

Tints of Mauve #DFB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.63%

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 35.01%
G = 27.63%
B = 37.36%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFB0EE (or 0xDFB0EE) is known color: Mauve. HEX triplet: DF, B0 and EE. RGB value is (223,176,238). Sum of RGB (Red+Green+Blue) = 223+176+238=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0EE is #204F11. Grayscale: #C4C4C4. Windows color (decimal): -2117394 or 15642847. OLE color: 15642847.

HSL color Cylindrical-coordinate representation of color #DFB0EE: hue angle of 285.48º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB0EE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 176 238 -
CMYK 0.06 0.26 0 0.07
HSL 285.48º 0.65% 0.81% -
HSV(B) 285.48º 0.26% 0.93% -
XYZ 61.39 52.91 87.87 -
YUV 197.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 223 176 238 0.06 0.26 0 0.07 285.48 0.65 0.81
Hex DF B0 EE 6 1A 0 7 11D 41 51
Octal 337 260 356 6 32 0 7 435 101 121
Binary 11011111 10110000 11101110 110 11010 0 111 100011101 1000001 1010001

Color Harmonies of #DFB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0EE

Black with #DFB0EE

Text Example


Text Example

White with #DFB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0EE; }

 p { color: rgb(223,176,238); }

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

background-color css

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

 a { background-color: rgb(223,176,238); }

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

border-color css

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

 span { border-color: rgb(223,176,238); }

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