Html Css Color HEX #DFB2EA Mauve

📋 copy color: '#DFB2EA'

red 223 ◦ green 178 ◦ blue 234

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

Shades of Mauve #DFB2EA

Tints of Mauve #DFB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.03%

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

R = 35.12%
G = 28.03%
B = 36.85%

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

#DFB2EA (or 0xDFB2EA) is known color: Mauve. HEX triplet: DF, B2 and EA. RGB value is (223,178,234). Sum of RGB (Red+Green+Blue) = 223+178+234=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EA is #204D15. Grayscale: #C5C5C5. Windows color (decimal): -2116886 or 15381215. OLE color: 15381215.

HSL color Cylindrical-coordinate representation of color #DFB2EA: hue angle of 288.21º degrees, saturation: 0.57, 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 #DFB2EA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 178 234 -
CMYK 0.05 0.24 0 0.08
HSL 288.21º 0.57% 0.81% -
HSV(B) 288.21º 0.24% 0.92% -
XYZ 61.2 53.47 84.94 -
YUV 197.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 223 178 234 0.05 0.24 0 0.08 288.21 0.57 0.81
Hex DF B2 EA 5 18 0 8 120 39 51
Octal 337 262 352 5 30 0 10 440 71 121
Binary 11011111 10110010 11101010 101 11000 0 1000 100100000 111001 1010001

Color Harmonies of #DFB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2EA

Black with #DFB2EA

Text Example


Text Example

White with #DFB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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