Html Css Color HEX #DDB7FE Mauve

📋 copy color: '#DDB7FE'

red 221 ◦ green 183 ◦ blue 254

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

Shades of Mauve #DDB7FE

Tints of Mauve #DDB7FE

RGB

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

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

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

R = 33.59%
G = 27.81%
B = 38.6%

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

#DDB7FE (or 0xDDB7FE) is known color: Mauve. HEX triplet: DD, B7 and FE. RGB value is (221,183,254). Sum of RGB (Red+Green+Blue) = 221+183+254=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FE is #224801. Grayscale: #CACACA. Windows color (decimal): -2246658 or 16693213. OLE color: 16693213.

HSL color Cylindrical-coordinate representation of color #DDB7FE: hue angle of 272.11º 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 #DDB7FE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 183 254 -
CMYK 0.13 0.28 0 0.00
HSL 272.11º 0.97% 0.86% -
HSV(B) 272.11º 0.28% 1% -
XYZ 64.64 56.39 101.24 -
YUV 202.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 221 183 254 0.13 0.28 0 0.00 272.11 0.97 0.86
Hex DD B7 FE D 1C 0 0 110 61 56
Octal 335 267 376 15 34 0 0 420 141 126
Binary 11011101 10110111 11111110 1101 11100 0 0 100010000 1100001 1010110

Color Harmonies of #DDB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7FE

Black with #DDB7FE

Text Example


Text Example

White with #DDB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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