Html Css Color HEX #DDBAF6 Mauve

📋 copy color: '#DDBAF6'

red 221 ◦ green 186 ◦ blue 246

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

Shades of Mauve #DDBAF6

Tints of Mauve #DDBAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 33.84%
G = 28.48%
B = 37.67%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDBAF6 (or 0xDDBAF6) is known color: Mauve. HEX triplet: DD, BA and F6. RGB value is (221,186,246). Sum of RGB (Red+Green+Blue) = 221+186+246=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF6 is #224509. Grayscale: #CBCBCB. Windows color (decimal): -2245898 or 16169693. OLE color: 16169693.

HSL color Cylindrical-coordinate representation of color #DDBAF6: hue angle of 275º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBAF6 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 186 246 -
CMYK 0.10 0.24 0 0.04
HSL 275º 0.77% 0.85% -
HSV(B) 275º 0.24% 0.96% -
XYZ 64.01 57.14 94.84 -
YUV 203.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 221 186 246 0.10 0.24 0 0.04 275 0.77 0.85
Hex DD BA F6 A 18 0 4 113 4D 55
Octal 335 272 366 12 30 0 4 423 115 125
Binary 11011101 10111010 11110110 1010 11000 0 100 100010011 1001101 1010101

Color Harmonies of #DDBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAF6

Black with #DDBAF6

Text Example


Text Example

White with #DDBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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