Html Css Color HEX #DFBBF8 Mauve

📋 copy color: '#DFBBF8'

red 223 ◦ green 187 ◦ blue 248

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

Shades of Mauve #DFBBF8

Tints of Mauve #DFBBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.69%

R = 33.89%
G = 28.42%
B = 37.69%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFBBF8 (or 0xDFBBF8) is known color: Mauve. HEX triplet: DF, BB and F8. RGB value is (223,187,248). Sum of RGB (Red+Green+Blue) = 223+187+248=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF8 is #204407. Grayscale: #CCCCCC. Windows color (decimal): -2114568 or 16301023. OLE color: 16301023.

HSL color Cylindrical-coordinate representation of color #DFBBF8: hue angle of 275.41º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBBF8 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 187 248 -
CMYK 0.10 0.25 0 0.03
HSL 275.41º 0.81% 0.85% -
HSV(B) 275.41º 0.25% 0.97% -
XYZ 65.15 58.01 96.57 -
YUV 204.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 223 187 248 0.10 0.25 0 0.03 275.41 0.81 0.85
Hex DF BB F8 A 19 0 3 113 51 55
Octal 337 273 370 12 31 0 3 423 121 125
Binary 11011111 10111011 11111000 1010 11001 0 11 100010011 1010001 1010101

Color Harmonies of #DFBBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBF8

Black with #DFBBF8

Text Example


Text Example

White with #DFBBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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