Html Css Color HEX #DDAEFF Mauve

📋 copy color: '#DDAEFF'

red 221 ◦ green 174 ◦ blue 255

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

Shades of Mauve #DDAEFF

Tints of Mauve #DDAEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 34%
G = 26.77%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDAEFF (or 0xDDAEFF) is known color: Mauve. HEX triplet: DD, AE and FF. RGB value is (221,174,255). Sum of RGB (Red+Green+Blue) = 221+174+255=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEFF is #225100. Grayscale: #C5C5C5. Windows color (decimal): -2248961 or 16756445. OLE color: 16756445.

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

Color convert

RGB 221 174 255 -
CMYK 0.13 0.32 0 0
HSL 274.81º 1% 0.84% -
HSV(B) 274.81º 0.32% 1% -
XYZ 63 52.86 101.49 -
YUV 197.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 221 174 255 0.13 0.32 0 0 274.81 1 0.84
Hex DD AE FF D 20 0 0 113 64 54
Octal 335 256 377 15 40 0 0 423 144 124
Binary 11011101 10101110 11111111 1101 100000 0 0 100010011 1100100 1010100

Color Harmonies of #DDAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEFF

Black with #DDAEFF

Text Example


Text Example

White with #DDAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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