Html Css Color HEX #DDB5FA Mauve

📋 copy color: '#DDB5FA'

red 221 ◦ green 181 ◦ blue 250

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

Shades of Mauve #DDB5FA

Tints of Mauve #DDB5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 33.9%
G = 27.76%
B = 38.34%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB5FA (or 0xDDB5FA) is known color: Mauve. HEX triplet: DD, B5 and FA. RGB value is (221,181,250). Sum of RGB (Red+Green+Blue) = 221+181+250=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FA is #224A05. Grayscale: #C8C8C8. Windows color (decimal): -2247174 or 16430557. OLE color: 16430557.

HSL color Cylindrical-coordinate representation of color #DDB5FA: hue angle of 274.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB5FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 181 250 -
CMYK 0.12 0.28 0 0.02
HSL 274.78º 0.87% 0.85% -
HSV(B) 274.78º 0.28% 0.98% -
XYZ 63.6 55.32 97.77 -
YUV 200.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 221 181 250 0.12 0.28 0 0.02 274.78 0.87 0.85
Hex DD B5 FA C 1C 0 2 113 57 55
Octal 335 265 372 14 34 0 2 423 127 125
Binary 11011101 10110101 11111010 1100 11100 0 10 100010011 1010111 1010101

Color Harmonies of #DDB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5FA

Black with #DDB5FA

Text Example


Text Example

White with #DDB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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