Html Css Color HEX #DDB0FA Mauve

📋 copy color: '#DDB0FA'

red 221 ◦ green 176 ◦ blue 250

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

Shades of Mauve #DDB0FA

Tints of Mauve #DDB0FA

RGB

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

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

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

R = 34.16%
G = 27.2%
B = 38.64%

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

#DDB0FA (or 0xDDB0FA) is known color: Mauve. HEX triplet: DD, B0 and FA. RGB value is (221,176,250). Sum of RGB (Red+Green+Blue) = 221+176+250=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0FA is #224F05. Grayscale: #C5C5C5. Windows color (decimal): -2248454 or 16429277. OLE color: 16429277.

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

Color convert

RGB 221 176 250 -
CMYK 0.12 0.30 0 0.02
HSL 276.49º 0.88% 0.84% -
HSV(B) 276.49º 0.3% 0.98% -
XYZ 62.6 53.32 97.44 -
YUV 197.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 221 176 250 0.12 0.30 0 0.02 276.49 0.88 0.84
Hex DD B0 FA C 1E 0 2 114 58 54
Octal 335 260 372 14 36 0 2 424 130 124
Binary 11011101 10110000 11111010 1100 11110 0 10 100010100 1011000 1010100

Color Harmonies of #DDB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0FA

Black with #DDB0FA

Text Example


Text Example

White with #DDB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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