Html Css Color HEX #DFAEFA Mauve

📋 copy color: '#DFAEFA'

red 223 ◦ green 174 ◦ blue 250

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

Shades of Mauve #DFAEFA

Tints of Mauve #DFAEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.89%

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 34.47%
G = 26.89%
B = 38.64%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFAEFA (or 0xDFAEFA) is known color: Mauve. HEX triplet: DF, AE and FA. RGB value is (223,174,250). Sum of RGB (Red+Green+Blue) = 223+174+250=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEFA is #205105. Grayscale: #C5C5C5. Windows color (decimal): -2117894 or 16428767. OLE color: 16428767.

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

Color convert

RGB 223 174 250 -
CMYK 0.11 0.30 0 0.02
HSL 278.68º 0.88% 0.83% -
HSV(B) 278.68º 0.3% 0.98% -
XYZ 62.82 52.86 97.33 -
YUV 197.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 223 174 250 0.11 0.30 0 0.02 278.68 0.88 0.83
Hex DF AE FA B 1E 0 2 117 58 53
Octal 337 256 372 13 36 0 2 427 130 123
Binary 11011111 10101110 11111010 1011 11110 0 10 100010111 1011000 1010011

Color Harmonies of #DFAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEFA

Black with #DFAEFA

Text Example


Text Example

White with #DFAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEFA; }

 p { color: rgb(223,174,250); }

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

background-color css

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

 a { background-color: rgb(223,174,250); }

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

border-color css

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

 span { border-color: rgb(223,174,250); }

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