Html Css Color HEX #DDB6FA Mauve

📋 copy color: '#DDB6FA'

red 221 ◦ green 182 ◦ blue 250

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

Shades of Mauve #DDB6FA

Tints of Mauve #DDB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.87%

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

R = 33.84%
G = 27.87%
B = 38.28%

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

#DDB6FA (or 0xDDB6FA) is known color: Mauve. HEX triplet: DD, B6 and FA. RGB value is (221,182,250). Sum of RGB (Red+Green+Blue) = 221+182+250=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6FA is #224905. Grayscale: #C9C9C9. Windows color (decimal): -2246918 or 16430813. OLE color: 16430813.

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

Color convert

RGB 221 182 250 -
CMYK 0.12 0.27 0 0.02
HSL 274.41º 0.87% 0.85% -
HSV(B) 274.41º 0.27% 0.98% -
XYZ 63.8 55.73 97.84 -
YUV 201.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 221 182 250 0.12 0.27 0 0.02 274.41 0.87 0.85
Hex DD B6 FA C 1B 0 2 112 57 55
Octal 335 266 372 14 33 0 2 422 127 125
Binary 11011101 10110110 11111010 1100 11011 0 10 100010010 1010111 1010101

Color Harmonies of #DDB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6FA

Black with #DDB6FA

Text Example


Text Example

White with #DDB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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