Html Css Color HEX #DDAEEF Mauve

📋 copy color: '#DDAEEF'

red 221 ◦ green 174 ◦ blue 239

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

Shades of Mauve #DDAEEF

Tints of Mauve #DDAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 34.86%
G = 27.44%
B = 37.7%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDAEEF (or 0xDDAEEF) is known color: Mauve. HEX triplet: DD, AE and EF. RGB value is (221,174,239). Sum of RGB (Red+Green+Blue) = 221+174+239=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEEF is #225110. Grayscale: #C3C3C3. Windows color (decimal): -2248977 or 15707869. OLE color: 15707869.

HSL color Cylindrical-coordinate representation of color #DDAEEF: hue angle of 283.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDAEEF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 174 239 -
CMYK 0.08 0.27 0 0.06
HSL 283.38º 0.67% 0.81% -
HSV(B) 283.38º 0.27% 0.94% -
XYZ 60.53 51.88 88.48 -
YUV 195.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 221 174 239 0.08 0.27 0 0.06 283.38 0.67 0.81
Hex DD AE EF 8 1B 0 6 11B 43 51
Octal 335 256 357 10 33 0 6 433 103 121
Binary 11011101 10101110 11101111 1000 11011 0 110 100011011 1000011 1010001

Color Harmonies of #DDAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEEF

Black with #DDAEEF

Text Example


Text Example

White with #DDAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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