Html Css Color HEX #DFBBEA Mauve

📋 copy color: '#DFBBEA'

red 223 ◦ green 187 ◦ blue 234

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

Shades of Mauve #DFBBEA

Tints of Mauve #DFBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.04%

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

R = 34.63%
G = 29.04%
B = 36.34%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFBBEA (or 0xDFBBEA) is known color: Mauve. HEX triplet: DF, BB and EA. RGB value is (223,187,234). Sum of RGB (Red+Green+Blue) = 223+187+234=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBEA is #204415. Grayscale: #CACACA. Windows color (decimal): -2114582 or 15383519. OLE color: 15383519.

HSL color Cylindrical-coordinate representation of color #DFBBEA: hue angle of 285.96º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBBEA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 187 234 -
CMYK 0.05 0.20 0 0.08
HSL 285.96º 0.53% 0.83% -
HSV(B) 285.96º 0.2% 0.92% -
XYZ 63.05 57.17 85.55 -
YUV 203.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 223 187 234 0.05 0.20 0 0.08 285.96 0.53 0.83
Hex DF BB EA 5 14 0 8 11E 35 53
Octal 337 273 352 5 24 0 10 436 65 123
Binary 11011111 10111011 11101010 101 10100 0 1000 100011110 110101 1010011

Color Harmonies of #DFBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBEA

Black with #DFBBEA

Text Example


Text Example

White with #DFBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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