Html Css Color HEX #DDAEFD Mauve

📋 copy color: '#DDAEFD'

red 221 ◦ green 174 ◦ blue 253

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

Shades of Mauve #DDAEFD

Tints of Mauve #DDAEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.04%

R = 34.1%
G = 26.85%
B = 39.04%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDAEFD (or 0xDDAEFD) is known color: Mauve. HEX triplet: DD, AE and FD. RGB value is (221,174,253). Sum of RGB (Red+Green+Blue) = 221+174+253=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEFD is #225102. Grayscale: #C4C4C4. Windows color (decimal): -2248963 or 16625373. OLE color: 16625373.

HSL color Cylindrical-coordinate representation of color #DDAEFD: hue angle of 275.7º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAEFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 174 253 -
CMYK 0.13 0.31 0 0.01
HSL 275.7º 0.95% 0.84% -
HSV(B) 275.7º 0.31% 0.99% -
XYZ 62.68 52.74 99.8 -
YUV 197.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 221 174 253 0.13 0.31 0 0.01 275.7 0.95 0.84
Hex DD AE FD D 1F 0 1 114 5F 54
Octal 335 256 375 15 37 0 1 424 137 124
Binary 11011101 10101110 11111101 1101 11111 0 1 100010100 1011111 1010100

Color Harmonies of #DDAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEFD

Black with #DDAEFD

Text Example


Text Example

White with #DDAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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