Html Css Color HEX #DFB8F9 Mauve

📋 copy color: '#DFB8F9'

red 223 ◦ green 184 ◦ blue 249

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

Shades of Mauve #DFB8F9

Tints of Mauve #DFB8F9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.05%

 BLUE value IS 249 (97.66% from 255) = 37.96%

R = 33.99%
G = 28.05%
B = 37.96%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFB8F9 (or 0xDFB8F9) is known color: Mauve. HEX triplet: DF, B8 and F9. RGB value is (223,184,249). Sum of RGB (Red+Green+Blue) = 223+184+249=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8F9 is #204706. Grayscale: #CACACA. Windows color (decimal): -2115335 or 16365791. OLE color: 16365791.

HSL color Cylindrical-coordinate representation of color #DFB8F9: hue angle of 276º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB8F9 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 184 249 -
CMYK 0.10 0.26 0 0.02
HSL 276º 0.84% 0.85% -
HSV(B) 276º 0.26% 0.98% -
XYZ 64.67 56.81 97.18 -
YUV 203.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 223 184 249 0.10 0.26 0 0.02 276 0.84 0.85
Hex DF B8 F9 A 1A 0 2 114 54 55
Octal 337 270 371 12 32 0 2 424 124 125
Binary 11011111 10111000 11111001 1010 11010 0 10 100010100 1010100 1010101

Color Harmonies of #DFB8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8F9

Black with #DFB8F9

Text Example


Text Example

White with #DFB8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8F9; }

 p { color: rgb(223,184,249); }

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

background-color css

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

 a { background-color: rgb(223,184,249); }

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

border-color css

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

 span { border-color: rgb(223,184,249); }

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