Html Css Color HEX #DDB7FF Mauve

📋 copy color: '#DDB7FF'

red 221 ◦ green 183 ◦ blue 255

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

Shades of Mauve #DDB7FF

Tints of Mauve #DDB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.77%

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

R = 33.54%
G = 27.77%
B = 38.69%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDB7FF (or 0xDDB7FF) is known color: Mauve. HEX triplet: DD, B7 and FF. RGB value is (221,183,255). Sum of RGB (Red+Green+Blue) = 221+183+255=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FF is #224800. Grayscale: #CACACA. Windows color (decimal): -2246657 or 16758749. OLE color: 16758749.

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

Color convert

RGB 221 183 255 -
CMYK 0.13 0.28 0 0
HSL 271.67º 1% 0.86% -
HSV(B) 271.67º 0.28% 1% -
XYZ 64.8 56.46 102.09 -
YUV 202.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 221 183 255 0.13 0.28 0 0 271.67 1 0.86
Hex DD B7 FF D 1C 0 0 110 64 56
Octal 335 267 377 15 34 0 0 420 144 126
Binary 11011101 10110111 11111111 1101 11100 0 0 100010000 1100100 1010110

Color Harmonies of #DDB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7FF

Black with #DDB7FF

Text Example


Text Example

White with #DDB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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