Html Css Color HEX #DDBAEA Mauve

📋 copy color: '#DDBAEA'

red 221 ◦ green 186 ◦ blue 234

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

Shades of Mauve #DDBAEA

Tints of Mauve #DDBAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.02%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 34.48%
G = 29.02%
B = 36.51%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDBAEA (or 0xDDBAEA) is known color: Mauve. HEX triplet: DD, BA and EA. RGB value is (221,186,234). Sum of RGB (Red+Green+Blue) = 221+186+234=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAEA is #224515. Grayscale: #C9C9C9. Windows color (decimal): -2245910 or 15383261. OLE color: 15383261.

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

Color convert

RGB 221 186 234 -
CMYK 0.06 0.21 0 0.08
HSL 283.75º 0.53% 0.82% -
HSV(B) 283.75º 0.21% 0.92% -
XYZ 62.23 56.43 85.45 -
YUV 201.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 221 186 234 0.06 0.21 0 0.08 283.75 0.53 0.82
Hex DD BA EA 6 15 0 8 11C 35 52
Octal 335 272 352 6 25 0 10 434 65 122
Binary 11011101 10111010 11101010 110 10101 0 1000 100011100 110101 1010010

Color Harmonies of #DDBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAEA

Black with #DDBAEA

Text Example


Text Example

White with #DDBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAEA; }

 p { color: rgb(221,186,234); }

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

background-color css

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

 a { background-color: rgb(221,186,234); }

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

border-color css

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

 span { border-color: rgb(221,186,234); }

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