Html Css Color HEX #DFBAEF Mauve

📋 copy color: '#DFBAEF'

red 223 ◦ green 186 ◦ blue 239

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

Shades of Mauve #DFBAEF

Tints of Mauve #DFBAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.7%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 34.41%
G = 28.7%
B = 36.88%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFBAEF (or 0xDFBAEF) is known color: Mauve. HEX triplet: DF, BA and EF. RGB value is (223,186,239). Sum of RGB (Red+Green+Blue) = 223+186+239=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAEF is #204510. Grayscale: #CACACA. Windows color (decimal): -2114833 or 15710943. OLE color: 15710943.

HSL color Cylindrical-coordinate representation of color #DFBAEF: hue angle of 281.89º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBAEF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 186 239 -
CMYK 0.07 0.22 0 0.06
HSL 281.89º 0.62% 0.83% -
HSV(B) 281.89º 0.22% 0.94% -
XYZ 63.57 57.04 89.32 -
YUV 203.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 223 186 239 0.07 0.22 0 0.06 281.89 0.62 0.83
Hex DF BA EF 7 16 0 6 11A 3E 53
Octal 337 272 357 7 26 0 6 432 76 123
Binary 11011111 10111010 11101111 111 10110 0 110 100011010 111110 1010011

Color Harmonies of #DFBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAEF

Black with #DFBAEF

Text Example


Text Example

White with #DFBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAEF; }

 p { color: rgb(223,186,239); }

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

background-color css

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

 a { background-color: rgb(223,186,239); }

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

border-color css

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

 span { border-color: rgb(223,186,239); }

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