Html Css Color HEX #DDBAFF Mauve

📋 copy color: '#DDBAFF'

red 221 ◦ green 186 ◦ blue 255

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

Shades of Mauve #DDBAFF

Tints of Mauve #DDBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.52%

R = 33.38%
G = 28.1%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDBAFF (or 0xDDBAFF) is known color: Mauve. HEX triplet: DD, BA and FF. RGB value is (221,186,255). Sum of RGB (Red+Green+Blue) = 221+186+255=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAFF is #224500. Grayscale: #CCCCCC. Windows color (decimal): -2245889 or 16759517. OLE color: 16759517.

HSL color Cylindrical-coordinate representation of color #DDBAFF: hue angle of 270.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDBAFF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 186 255 -
CMYK 0.13 0.27 0 0
HSL 270.43º 1% 0.86% -
HSV(B) 270.43º 0.27% 1% -
XYZ 65.43 57.71 102.3 -
YUV 204.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 221 186 255 0.13 0.27 0 0 270.43 1 0.86
Hex DD BA FF D 1B 0 0 10E 64 56
Octal 335 272 377 15 33 0 0 416 144 126
Binary 11011101 10111010 11111111 1101 11011 0 0 100001110 1100100 1010110

Color Harmonies of #DDBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAFF

Black with #DDBAFF

Text Example


Text Example

White with #DDBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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