Html Css Color HEX #DDAEFA Mauve

📋 copy color: '#DDAEFA'

red 221 ◦ green 174 ◦ blue 250

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

Shades of Mauve #DDAEFA

Tints of Mauve #DDAEFA

RGB

 RED value IS 221 (86.72% from 255) = 34.26%

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

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

R = 34.26%
G = 26.98%
B = 38.76%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDAEFA (or 0xDDAEFA) is known color: Mauve. HEX triplet: DD, AE and FA. RGB value is (221,174,250). Sum of RGB (Red+Green+Blue) = 221+174+250=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEFA is #225105. Grayscale: #C4C4C4. Windows color (decimal): -2248966 or 16428765. OLE color: 16428765.

HSL color Cylindrical-coordinate representation of color #DDAEFA: hue angle of 277.11º 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 #DDAEFA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 174 250 -
CMYK 0.12 0.30 0 0.02
HSL 277.11º 0.88% 0.83% -
HSV(B) 277.11º 0.3% 0.98% -
XYZ 62.21 52.55 97.31 -
YUV 196.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 221 174 250 0.12 0.30 0 0.02 277.11 0.88 0.83
Hex DD AE FA C 1E 0 2 115 58 53
Octal 335 256 372 14 36 0 2 425 130 123
Binary 11011101 10101110 11111010 1100 11110 0 10 100010101 1011000 1010011

Color Harmonies of #DDAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEFA

Black with #DDAEFA

Text Example


Text Example

White with #DDAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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