Html Css Color HEX #DDABEE Mauve

📋 copy color: '#DDABEE'

red 221 ◦ green 171 ◦ blue 238

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

Shades of Mauve #DDABEE

Tints of Mauve #DDABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.78%

R = 35.08%
G = 27.14%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDABEE (or 0xDDABEE) is known color: Mauve. HEX triplet: DD, AB and EE. RGB value is (221,171,238). Sum of RGB (Red+Green+Blue) = 221+171+238=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABEE is #225411. Grayscale: #C1C1C1. Windows color (decimal): -2249746 or 15641565. OLE color: 15641565.

HSL color Cylindrical-coordinate representation of color #DDABEE: hue angle of 284.78º degrees, saturation: 0.66, 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 #DDABEE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 171 238 -
CMYK 0.07 0.28 0 0.07
HSL 284.78º 0.66% 0.8% -
HSV(B) 284.78º 0.28% 0.93% -
XYZ 59.81 50.67 87.52 -
YUV 193.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 221 171 238 0.07 0.28 0 0.07 284.78 0.66 0.8
Hex DD AB EE 7 1C 0 7 11D 42 50
Octal 335 253 356 7 34 0 7 435 102 120
Binary 11011101 10101011 11101110 111 11100 0 111 100011101 1000010 1010000

Color Harmonies of #DDABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABEE

Black with #DDABEE

Text Example


Text Example

White with #DDABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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