Html Css Color HEX #DDABEF Mauve

📋 copy color: '#DDABEF'

red 221 ◦ green 171 ◦ blue 239

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

Shades of Mauve #DDABEF

Tints of Mauve #DDABEF

RGB

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

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

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

R = 35.02%
G = 27.1%
B = 37.88%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDABEF (or 0xDDABEF) is known color: Mauve. HEX triplet: DD, AB and EF. RGB value is (221,171,239). Sum of RGB (Red+Green+Blue) = 221+171+239=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABEF is #225410. Grayscale: #C1C1C1. Windows color (decimal): -2249745 or 15707101. OLE color: 15707101.

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

Color convert

RGB 221 171 239 -
CMYK 0.08 0.28 0 0.06
HSL 284.12º 0.68% 0.8% -
HSV(B) 284.12º 0.28% 0.94% -
XYZ 59.96 50.73 88.29 -
YUV 193.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 221 171 239 0.08 0.28 0 0.06 284.12 0.68 0.8
Hex DD AB EF 8 1C 0 6 11C 44 50
Octal 335 253 357 10 34 0 6 434 104 120
Binary 11011101 10101011 11101111 1000 11100 0 110 100011100 1000100 1010000

Color Harmonies of #DDABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABEF

Black with #DDABEF

Text Example


Text Example

White with #DDABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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