Html Css Color HEX #DDABF2 Mauve

📋 copy color: '#DDABF2'

red 221 ◦ green 171 ◦ blue 242

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

Shades of Mauve #DDABF2

Tints of Mauve #DDABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.97%

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 34.86%
G = 26.97%
B = 38.17%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDABF2 (or 0xDDABF2) is known color: Mauve. HEX triplet: DD, AB and F2. RGB value is (221,171,242). Sum of RGB (Red+Green+Blue) = 221+171+242=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF2 is #22540D. Grayscale: #C1C1C1. Windows color (decimal): -2249742 or 15903709. OLE color: 15903709.

HSL color Cylindrical-coordinate representation of color #DDABF2: hue angle of 282.25º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDABF2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 171 242 -
CMYK 0.09 0.29 0 0.05
HSL 282.25º 0.73% 0.81% -
HSV(B) 282.25º 0.29% 0.95% -
XYZ 60.41 50.91 90.65 -
YUV 194.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 221 171 242 0.09 0.29 0 0.05 282.25 0.73 0.81
Hex DD AB F2 9 1D 0 5 11A 49 51
Octal 335 253 362 11 35 0 5 432 111 121
Binary 11011101 10101011 11110010 1001 11101 0 101 100011010 1001001 1010001

Color Harmonies of #DDABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABF2

Black with #DDABF2

Text Example


Text Example

White with #DDABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABF2; }

 p { color: rgb(221,171,242); }

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

background-color css

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

 a { background-color: rgb(221,171,242); }

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

border-color css

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

 span { border-color: rgb(221,171,242); }

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