Html Css Color HEX #DDB3FB Mauve

📋 copy color: '#DDB3FB'

red 221 ◦ green 179 ◦ blue 251

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

Shades of Mauve #DDB3FB

Tints of Mauve #DDB3FB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.5%

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

R = 33.95%
G = 27.5%
B = 38.56%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB3FB (or 0xDDB3FB) is known color: Mauve. HEX triplet: DD, B3 and FB. RGB value is (221,179,251). Sum of RGB (Red+Green+Blue) = 221+179+251=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3FB is #224C04. Grayscale: #C7C7C7. Windows color (decimal): -2247685 or 16495581. OLE color: 16495581.

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

Color convert

RGB 221 179 251 -
CMYK 0.12 0.29 0 0.02
HSL 275º 0.9% 0.84% -
HSV(B) 275º 0.29% 0.98% -
XYZ 63.35 54.58 98.46 -
YUV 199.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 221 179 251 0.12 0.29 0 0.02 275 0.9 0.84
Hex DD B3 FB C 1D 0 2 113 5A 54
Octal 335 263 373 14 35 0 2 423 132 124
Binary 11011101 10110011 11111011 1100 11101 0 10 100010011 1011010 1010100

Color Harmonies of #DDB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3FB

Black with #DDB3FB

Text Example


Text Example

White with #DDB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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