Html Css Color HEX #DDBAF2 Mauve

📋 copy color: '#DDBAF2'

red 221 ◦ green 186 ◦ blue 242

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

Shades of Mauve #DDBAF2

Tints of Mauve #DDBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 34.05%
G = 28.66%
B = 37.29%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDBAF2 (or 0xDDBAF2) is known color: Mauve. HEX triplet: DD, BA and F2. RGB value is (221,186,242). Sum of RGB (Red+Green+Blue) = 221+186+242=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF2 is #22450D. Grayscale: #CACACA. Windows color (decimal): -2245902 or 15907549. OLE color: 15907549.

HSL color Cylindrical-coordinate representation of color #DDBAF2: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBAF2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 186 242 -
CMYK 0.09 0.23 0 0.05
HSL 277.5º 0.68% 0.84% -
HSV(B) 277.5º 0.23% 0.95% -
XYZ 63.4 56.9 91.65 -
YUV 202.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 221 186 242 0.09 0.23 0 0.05 277.5 0.68 0.84
Hex DD BA F2 9 17 0 5 116 44 54
Octal 335 272 362 11 27 0 5 426 104 124
Binary 11011101 10111010 11110010 1001 10111 0 101 100010110 1000100 1010100

Color Harmonies of #DDBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAF2

Black with #DDBAF2

Text Example


Text Example

White with #DDBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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