Html Css Color HEX #DDB7EC Mauve

📋 copy color: '#DDB7EC'

red 221 ◦ green 183 ◦ blue 236

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

Shades of Mauve #DDB7EC

Tints of Mauve #DDB7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 34.53%
G = 28.59%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB7EC (or 0xDDB7EC) is known color: Mauve. HEX triplet: DD, B7 and EC. RGB value is (221,183,236). Sum of RGB (Red+Green+Blue) = 221+183+236=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EC is #224813. Grayscale: #C8C8C8. Windows color (decimal): -2246676 or 15513565. OLE color: 15513565.

HSL color Cylindrical-coordinate representation of color #DDB7EC: hue angle of 283.02º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB7EC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 183 236 -
CMYK 0.06 0.22 0 0.07
HSL 283.02º 0.58% 0.82% -
HSV(B) 283.02º 0.22% 0.93% -
XYZ 61.89 55.3 86.77 -
YUV 200.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 221 183 236 0.06 0.22 0 0.07 283.02 0.58 0.82
Hex DD B7 EC 6 16 0 7 11B 3A 52
Octal 335 267 354 6 26 0 7 433 72 122
Binary 11011101 10110111 11101100 110 10110 0 111 100011011 111010 1010010

Color Harmonies of #DDB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7EC

Black with #DDB7EC

Text Example


Text Example

White with #DDB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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