Html Css Color HEX #DDB5FF Mauve

📋 copy color: '#DDB5FF'

red 221 ◦ green 181 ◦ blue 255

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

Shades of Mauve #DDB5FF

Tints of Mauve #DDB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.55%

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

R = 33.64%
G = 27.55%
B = 38.81%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDB5FF (or 0xDDB5FF) is known color: Mauve. HEX triplet: DD, B5 and FF. RGB value is (221,181,255). Sum of RGB (Red+Green+Blue) = 221+181+255=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FF is #224A00. Grayscale: #C9C9C9. Windows color (decimal): -2247169 or 16758237. OLE color: 16758237.

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

Color convert

RGB 221 181 255 -
CMYK 0.13 0.29 0 0
HSL 272.43º 1% 0.85% -
HSV(B) 272.43º 0.29% 1% -
XYZ 64.39 55.64 101.95 -
YUV 201.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 221 181 255 0.13 0.29 0 0 272.43 1 0.85
Hex DD B5 FF D 1D 0 0 110 64 55
Octal 335 265 377 15 35 0 0 420 144 125
Binary 11011101 10110101 11111111 1101 11101 0 0 100010000 1100100 1010101

Color Harmonies of #DDB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5FF

Black with #DDB5FF

Text Example


Text Example

White with #DDB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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