Html Css Color HEX #DFBBFE Mauve

📋 copy color: '#DFBBFE'

red 223 ◦ green 187 ◦ blue 254

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

Shades of Mauve #DFBBFE

Tints of Mauve #DFBBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 33.58%
G = 28.16%
B = 38.25%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFBBFE (or 0xDFBBFE) is known color: Mauve. HEX triplet: DF, BB and FE. RGB value is (223,187,254). Sum of RGB (Red+Green+Blue) = 223+187+254=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFE is #204401. Grayscale: #CDCDCD. Windows color (decimal): -2114562 or 16694239. OLE color: 16694239.

HSL color Cylindrical-coordinate representation of color #DFBBFE: hue angle of 272.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBBFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 187 254 -
CMYK 0.12 0.26 0 0.00
HSL 272.24º 0.97% 0.86% -
HSV(B) 272.24º 0.26% 1% -
XYZ 66.09 58.38 101.55 -
YUV 205.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 223 187 254 0.12 0.26 0 0.00 272.24 0.97 0.86
Hex DF BB FE C 1A 0 0 110 61 56
Octal 337 273 376 14 32 0 0 420 141 126
Binary 11011111 10111011 11111110 1100 11010 0 0 100010000 1100001 1010110

Color Harmonies of #DFBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBFE

Black with #DFBBFE

Text Example


Text Example

White with #DFBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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