Html Css Color HEX #DFACFB Mauve

📋 copy color: '#DFACFB'

red 223 ◦ green 172 ◦ blue 251

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

Shades of Mauve #DFACFB

Tints of Mauve #DFACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.63%

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

R = 34.52%
G = 26.63%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFACFB (or 0xDFACFB) is known color: Mauve. HEX triplet: DF, AC and FB. RGB value is (223,172,251). Sum of RGB (Red+Green+Blue) = 223+172+251=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFB is #205304. Grayscale: #C3C3C3. Windows color (decimal): -2118405 or 16493791. OLE color: 16493791.

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

Color convert

RGB 223 172 251 -
CMYK 0.11 0.31 0 0.02
HSL 278.73º 0.91% 0.83% -
HSV(B) 278.73º 0.31% 0.98% -
XYZ 62.6 52.16 98.04 -
YUV 196.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 223 172 251 0.11 0.31 0 0.02 278.73 0.91 0.83
Hex DF AC FB B 1F 0 2 117 5B 53
Octal 337 254 373 13 37 0 2 427 133 123
Binary 11011111 10101100 11111011 1011 11111 0 10 100010111 1011011 1010011

Color Harmonies of #DFACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACFB

Black with #DFACFB

Text Example


Text Example

White with #DFACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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