Html Css Color HEX #DDABEC Mauve

📋 copy color: '#DDABEC'

red 221 ◦ green 171 ◦ blue 236

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

Shades of Mauve #DDABEC

Tints of Mauve #DDABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 35.19%
G = 27.23%
B = 37.58%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDABEC (or 0xDDABEC) is known color: Mauve. HEX triplet: DD, AB and EC. RGB value is (221,171,236). Sum of RGB (Red+Green+Blue) = 221+171+236=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABEC is #225413. Grayscale: #C1C1C1. Windows color (decimal): -2249748 or 15510493. OLE color: 15510493.

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

Color convert

RGB 221 171 236 -
CMYK 0.06 0.28 0 0.07
HSL 286.15º 0.63% 0.8% -
HSV(B) 286.15º 0.28% 0.93% -
XYZ 59.52 50.55 85.98 -
YUV 193.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 221 171 236 0.06 0.28 0 0.07 286.15 0.63 0.8
Hex DD AB EC 6 1C 0 7 11E 3F 50
Octal 335 253 354 6 34 0 7 436 77 120
Binary 11011101 10101011 11101100 110 11100 0 111 100011110 111111 1010000

Color Harmonies of #DDABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABEC

Black with #DDABEC

Text Example


Text Example

White with #DDABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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