Html Css Color HEX #DDAFF0 Mauve

📋 copy color: '#DDAFF0'

red 221 ◦ green 175 ◦ blue 240

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

Shades of Mauve #DDAFF0

Tints of Mauve #DDAFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.52%

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 34.75%
G = 27.52%
B = 37.74%

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

#DDAFF0 (or 0xDDAFF0) is known color: Mauve. HEX triplet: DD, AF and F0. RGB value is (221,175,240). Sum of RGB (Red+Green+Blue) = 221+175+240=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF0 is #22500F. Grayscale: #C3C3C3. Windows color (decimal): -2248720 or 15773661. OLE color: 15773661.

HSL color Cylindrical-coordinate representation of color #DDAFF0: hue angle of 282.46º degrees, saturation: 0.68, 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 #DDAFF0 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 175 240 -
CMYK 0.08 0.27 0 0.06
HSL 282.46º 0.68% 0.81% -
HSV(B) 282.46º 0.27% 0.94% -
XYZ 60.88 52.32 89.33 -
YUV 196.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 221 175 240 0.08 0.27 0 0.06 282.46 0.68 0.81
Hex DD AF F0 8 1B 0 6 11A 44 51
Octal 335 257 360 10 33 0 6 432 104 121
Binary 11011101 10101111 11110000 1000 11011 0 110 100011010 1000100 1010001

Color Harmonies of #DDAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFF0

Black with #DDAFF0

Text Example


Text Example

White with #DDAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFF0; }

 p { color: rgb(221,175,240); }

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

background-color css

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

 a { background-color: rgb(221,175,240); }

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

border-color css

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

 span { border-color: rgb(221,175,240); }

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