Html Css Color HEX #DDB6FE Mauve

📋 copy color: '#DDB6FE'

red 221 ◦ green 182 ◦ blue 254

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

Shades of Mauve #DDB6FE

Tints of Mauve #DDB6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.66%

R = 33.64%
G = 27.7%
B = 38.66%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDB6FE (or 0xDDB6FE) is known color: Mauve. HEX triplet: DD, B6 and FE. RGB value is (221,182,254). Sum of RGB (Red+Green+Blue) = 221+182+254=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6FE is #224901. Grayscale: #C9C9C9. Windows color (decimal): -2246914 or 16692957. OLE color: 16692957.

HSL color Cylindrical-coordinate representation of color #DDB6FE: hue angle of 272.5º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB6FE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 182 254 -
CMYK 0.13 0.28 0 0.00
HSL 272.5º 0.97% 0.85% -
HSV(B) 272.5º 0.28% 1% -
XYZ 64.44 55.98 101.18 -
YUV 201.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 221 182 254 0.13 0.28 0 0.00 272.5 0.97 0.85
Hex DD B6 FE D 1C 0 0 110 61 55
Octal 335 266 376 15 34 0 0 420 141 125
Binary 11011101 10110110 11111110 1101 11100 0 0 100010000 1100001 1010101

Color Harmonies of #DDB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6FE

Black with #DDB6FE

Text Example


Text Example

White with #DDB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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