Html Css Color HEX #DFABFB Mauve

📋 copy color: '#DFABFB'

red 223 ◦ green 171 ◦ blue 251

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

Shades of Mauve #DFABFB

Tints of Mauve #DFABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.51%

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 34.57%
G = 26.51%
B = 38.91%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFABFB (or 0xDFABFB) is known color: Mauve. HEX triplet: DF, AB and FB. RGB value is (223,171,251). Sum of RGB (Red+Green+Blue) = 223+171+251=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABFB is #205404. Grayscale: #C3C3C3. Windows color (decimal): -2118661 or 16493535. OLE color: 16493535.

HSL color Cylindrical-coordinate representation of color #DFABFB: hue angle of 279º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFABFB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 171 251 -
CMYK 0.11 0.32 0 0.02
HSL 279º 0.91% 0.83% -
HSV(B) 279º 0.32% 0.98% -
XYZ 62.41 51.78 97.97 -
YUV 195.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 223 171 251 0.11 0.32 0 0.02 279 0.91 0.83
Hex DF AB FB B 20 0 2 117 5B 53
Octal 337 253 373 13 40 0 2 427 133 123
Binary 11011111 10101011 11111011 1011 100000 0 10 100010111 1011011 1010011

Color Harmonies of #DFABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABFB

Black with #DFABFB

Text Example


Text Example

White with #DFABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABFB; }

 p { color: rgb(223,171,251); }

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

background-color css

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

 a { background-color: rgb(223,171,251); }

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

border-color css

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

 span { border-color: rgb(223,171,251); }

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