Html Css Color HEX #DDB0FF Mauve

📋 copy color: '#DDB0FF'

red 221 ◦ green 176 ◦ blue 255

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

Shades of Mauve #DDB0FF

Tints of Mauve #DDB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.99%

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

R = 33.9%
G = 26.99%
B = 39.11%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDB0FF (or 0xDDB0FF) is known color: Mauve. HEX triplet: DD, B0 and FF. RGB value is (221,176,255). Sum of RGB (Red+Green+Blue) = 221+176+255=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0FF is #224F00. Grayscale: #C6C6C6. Windows color (decimal): -2248449 or 16756957. OLE color: 16756957.

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

Color convert

RGB 221 176 255 -
CMYK 0.13 0.31 0 0
HSL 274.18º 1% 0.85% -
HSV(B) 274.18º 0.31% 1% -
XYZ 63.39 53.64 101.62 -
YUV 198.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 221 176 255 0.13 0.31 0 0 274.18 1 0.85
Hex DD B0 FF D 1F 0 0 112 64 55
Octal 335 260 377 15 37 0 0 422 144 125
Binary 11011101 10110000 11111111 1101 11111 0 0 100010010 1100100 1010101

Color Harmonies of #DDB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0FF

Black with #DDB0FF

Text Example


Text Example

White with #DDB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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