Html Css Color HEX #DDB5FB Mauve

📋 copy color: '#DDB5FB'

red 221 ◦ green 181 ◦ blue 251

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

Shades of Mauve #DDB5FB

Tints of Mauve #DDB5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.44%

R = 33.84%
G = 27.72%
B = 38.44%

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

#DDB5FB (or 0xDDB5FB) is known color: Mauve. HEX triplet: DD, B5 and FB. RGB value is (221,181,251). Sum of RGB (Red+Green+Blue) = 221+181+251=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FB is #224A04. Grayscale: #C8C8C8. Windows color (decimal): -2247173 or 16496093. OLE color: 16496093.

HSL color Cylindrical-coordinate representation of color #DDB5FB: hue angle of 274.29º degrees, saturation: 0.9, 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 #DDB5FB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 181 251 -
CMYK 0.12 0.28 0 0.02
HSL 274.29º 0.9% 0.85% -
HSV(B) 274.29º 0.28% 0.98% -
XYZ 63.76 55.38 98.6 -
YUV 200.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 221 181 251 0.12 0.28 0 0.02 274.29 0.9 0.85
Hex DD B5 FB C 1C 0 2 112 5A 55
Octal 335 265 373 14 34 0 2 422 132 125
Binary 11011101 10110101 11111011 1100 11100 0 10 100010010 1011010 1010101

Color Harmonies of #DDB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5FB

Black with #DDB5FB

Text Example


Text Example

White with #DDB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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