Html Css Color HEX #DDB0FB Mauve

📋 copy color: '#DDB0FB'

red 221 ◦ green 176 ◦ blue 251

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

Shades of Mauve #DDB0FB

Tints of Mauve #DDB0FB

RGB

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

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

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

R = 34.1%
G = 27.16%
B = 38.73%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB0FB (or 0xDDB0FB) is known color: Mauve. HEX triplet: DD, B0 and FB. RGB value is (221,176,251). Sum of RGB (Red+Green+Blue) = 221+176+251=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0FB is #224F04. Grayscale: #C5C5C5. Windows color (decimal): -2248453 or 16494813. OLE color: 16494813.

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

Color convert

RGB 221 176 251 -
CMYK 0.12 0.30 0 0.02
HSL 276º 0.9% 0.84% -
HSV(B) 276º 0.3% 0.98% -
XYZ 62.76 53.39 98.26 -
YUV 198.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 221 176 251 0.12 0.30 0 0.02 276 0.9 0.84
Hex DD B0 FB C 1E 0 2 114 5A 54
Octal 335 260 373 14 36 0 2 424 132 124
Binary 11011101 10110000 11111011 1100 11110 0 10 100010100 1011010 1010100

Color Harmonies of #DDB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0FB

Black with #DDB0FB

Text Example


Text Example

White with #DDB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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