Html Css Color HEX #DDABEB Mauve

📋 copy color: '#DDABEB'

red 221 ◦ green 171 ◦ blue 235

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

Shades of Mauve #DDABEB

Tints of Mauve #DDABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 35.25%
G = 27.27%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDABEB (or 0xDDABEB) is known color: Mauve. HEX triplet: DD, AB and EB. RGB value is (221,171,235). Sum of RGB (Red+Green+Blue) = 221+171+235=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABEB is #225414. Grayscale: #C1C1C1. Windows color (decimal): -2249749 or 15444957. OLE color: 15444957.

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

Color convert

RGB 221 171 235 -
CMYK 0.06 0.27 0 0.08
HSL 286.88º 0.62% 0.8% -
HSV(B) 286.88º 0.27% 0.92% -
XYZ 59.38 50.5 85.21 -
YUV 193.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 221 171 235 0.06 0.27 0 0.08 286.88 0.62 0.8
Hex DD AB EB 6 1B 0 8 11F 3E 50
Octal 335 253 353 6 33 0 10 437 76 120
Binary 11011101 10101011 11101011 110 11011 0 1000 100011111 111110 1010000

Color Harmonies of #DDABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABEB

Black with #DDABEB

Text Example


Text Example

White with #DDABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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