Html Css Color HEX #DDB8FF Mauve

📋 copy color: '#DDB8FF'

red 221 ◦ green 184 ◦ blue 255

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

Shades of Mauve #DDB8FF

Tints of Mauve #DDB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.88%

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

R = 33.48%
G = 27.88%
B = 38.64%

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

#DDB8FF (or 0xDDB8FF) is known color: Mauve. HEX triplet: DD, B8 and FF. RGB value is (221,184,255). Sum of RGB (Red+Green+Blue) = 221+184+255=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8FF is #224700. Grayscale: #CACACA. Windows color (decimal): -2246401 or 16759005. OLE color: 16759005.

HSL color Cylindrical-coordinate representation of color #DDB8FF: hue angle of 271.27º 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 #DDB8FF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 184 255 -
CMYK 0.13 0.28 0 0
HSL 271.27º 1% 0.86% -
HSV(B) 271.27º 0.28% 1% -
XYZ 65.01 56.87 102.16 -
YUV 203.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 221 184 255 0.13 0.28 0 0 271.27 1 0.86
Hex DD B8 FF D 1C 0 0 10F 64 56
Octal 335 270 377 15 34 0 0 417 144 126
Binary 11011101 10111000 11111111 1101 11100 0 0 100001111 1100100 1010110

Color Harmonies of #DDB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8FF

Black with #DDB8FF

Text Example


Text Example

White with #DDB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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