Html Css Color HEX #DFB8F1 Mauve

📋 copy color: '#DFB8F1'

red 223 ◦ green 184 ◦ blue 241

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

Shades of Mauve #DFB8F1

Tints of Mauve #DFB8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.19%

R = 34.41%
G = 28.4%
B = 37.19%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFB8F1 (or 0xDFB8F1) is known color: Mauve. HEX triplet: DF, B8 and F1. RGB value is (223,184,241). Sum of RGB (Red+Green+Blue) = 223+184+241=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8F1 is #20470E. Grayscale: #C9C9C9. Windows color (decimal): -2115343 or 15841503. OLE color: 15841503.

HSL color Cylindrical-coordinate representation of color #DFB8F1: hue angle of 281.05º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB8F1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 184 241 -
CMYK 0.07 0.24 0 0.05
HSL 281.05º 0.67% 0.83% -
HSV(B) 281.05º 0.24% 0.95% -
XYZ 63.45 56.32 90.75 -
YUV 202.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 223 184 241 0.07 0.24 0 0.05 281.05 0.67 0.83
Hex DF B8 F1 7 18 0 5 119 43 53
Octal 337 270 361 7 30 0 5 431 103 123
Binary 11011111 10111000 11110001 111 11000 0 101 100011001 1000011 1010011

Color Harmonies of #DFB8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8F1

Black with #DFB8F1

Text Example


Text Example

White with #DFB8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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