Html Css Color HEX #DDB7FA Mauve

📋 copy color: '#DDB7FA'

red 221 ◦ green 183 ◦ blue 250

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

Shades of Mauve #DDB7FA

Tints of Mauve #DDB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.98%

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

R = 33.79%
G = 27.98%
B = 38.23%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB7FA (or 0xDDB7FA) is known color: Mauve. HEX triplet: DD, B7 and FA. RGB value is (221,183,250). Sum of RGB (Red+Green+Blue) = 221+183+250=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FA is #224805. Grayscale: #C9C9C9. Windows color (decimal): -2246662 or 16431069. OLE color: 16431069.

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

Color convert

RGB 221 183 250 -
CMYK 0.12 0.27 0 0.02
HSL 274.03º 0.87% 0.85% -
HSV(B) 274.03º 0.27% 0.98% -
XYZ 64.01 56.14 97.91 -
YUV 202 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 221 183 250 0.12 0.27 0 0.02 274.03 0.87 0.85
Hex DD B7 FA C 1B 0 2 112 57 55
Octal 335 267 372 14 33 0 2 422 127 125
Binary 11011101 10110111 11111010 1100 11011 0 10 100010010 1010111 1010101

Color Harmonies of #DDB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7FA

Black with #DDB7FA

Text Example


Text Example

White with #DDB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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