Html Css Color HEX #DDB8FE Mauve

📋 copy color: '#DDB8FE'

red 221 ◦ green 184 ◦ blue 254

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

Shades of Mauve #DDB8FE

Tints of Mauve #DDB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.92%

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

R = 33.54%
G = 27.92%
B = 38.54%

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

#DDB8FE (or 0xDDB8FE) is known color: Mauve. HEX triplet: DD, B8 and FE. RGB value is (221,184,254). Sum of RGB (Red+Green+Blue) = 221+184+254=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8FE is #224701. Grayscale: #CACACA. Windows color (decimal): -2246402 or 16693469. OLE color: 16693469.

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

Color convert

RGB 221 184 254 -
CMYK 0.13 0.28 0 0.00
HSL 271.71º 0.97% 0.86% -
HSV(B) 271.71º 0.28% 1% -
XYZ 64.85 56.81 101.31 -
YUV 203.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 221 184 254 0.13 0.28 0 0.00 271.71 0.97 0.86
Hex DD B8 FE D 1C 0 0 110 61 56
Octal 335 270 376 15 34 0 0 420 141 126
Binary 11011101 10111000 11111110 1101 11100 0 0 100010000 1100001 1010110

Color Harmonies of #DDB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8FE

Black with #DDB8FE

Text Example


Text Example

White with #DDB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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