Html Css Color HEX #DDBAF3 Mauve

📋 copy color: '#DDBAF3'

red 221 ◦ green 186 ◦ blue 243

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

Shades of Mauve #DDBAF3

Tints of Mauve #DDBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.38%

R = 34%
G = 28.62%
B = 37.38%

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

#DDBAF3 (or 0xDDBAF3) is known color: Mauve. HEX triplet: DD, BA and F3. RGB value is (221,186,243). Sum of RGB (Red+Green+Blue) = 221+186+243=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF3 is #22450C. Grayscale: #CACACA. Windows color (decimal): -2245901 or 15973085. OLE color: 15973085.

HSL color Cylindrical-coordinate representation of color #DDBAF3: hue angle of 276.84º degrees, saturation: 0.7, 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 #DDBAF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 186 243 -
CMYK 0.09 0.23 0 0.05
HSL 276.84º 0.7% 0.84% -
HSV(B) 276.84º 0.23% 0.95% -
XYZ 63.56 56.96 92.44 -
YUV 202.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 221 186 243 0.09 0.23 0 0.05 276.84 0.7 0.84
Hex DD BA F3 9 17 0 5 115 46 54
Octal 335 272 363 11 27 0 5 425 106 124
Binary 11011101 10111010 11110011 1001 10111 0 101 100010101 1000110 1010100

Color Harmonies of #DDBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAF3

Black with #DDBAF3

Text Example


Text Example

White with #DDBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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