Html Css Color HEX #DFAAFC Mauve

📋 copy color: '#DFAAFC'

red 223 ◦ green 170 ◦ blue 252

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

Shades of Mauve #DFAAFC

Tints of Mauve #DFAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.36%

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 34.57%
G = 26.36%
B = 39.07%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFAAFC (or 0xDFAAFC) is known color: Mauve. HEX triplet: DF, AA and FC. RGB value is (223,170,252). Sum of RGB (Red+Green+Blue) = 223+170+252=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFC is #205503. Grayscale: #C2C2C2. Windows color (decimal): -2118916 or 16558815. OLE color: 16558815.

HSL color Cylindrical-coordinate representation of color #DFAAFC: hue angle of 278.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFAAFC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 170 252 -
CMYK 0.12 0.33 0 0.01
HSL 278.78º 0.93% 0.83% -
HSV(B) 278.78º 0.33% 0.99% -
XYZ 62.38 51.47 98.74 -
YUV 195.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 223 170 252 0.12 0.33 0 0.01 278.78 0.93 0.83
Hex DF AA FC C 21 0 1 117 5D 53
Octal 337 252 374 14 41 0 1 427 135 123
Binary 11011111 10101010 11111100 1100 100001 0 1 100010111 1011101 1010011

Color Harmonies of #DFAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAFC

Black with #DFAAFC

Text Example


Text Example

White with #DFAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAFC; }

 p { color: rgb(223,170,252); }

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

background-color css

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

 a { background-color: rgb(223,170,252); }

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

border-color css

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

 span { border-color: rgb(223,170,252); }

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