Html Css Color HEX #DDB7EB Mauve

📋 copy color: '#DDB7EB'

red 221 ◦ green 183 ◦ blue 235

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

Shades of Mauve #DDB7EB

Tints of Mauve #DDB7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 34.59%
G = 28.64%
B = 36.78%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDB7EB (or 0xDDB7EB) is known color: Mauve. HEX triplet: DD, B7 and EB. RGB value is (221,183,235). Sum of RGB (Red+Green+Blue) = 221+183+235=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EB is #224814. Grayscale: #C8C8C8. Windows color (decimal): -2246677 or 15448029. OLE color: 15448029.

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

Color convert

RGB 221 183 235 -
CMYK 0.06 0.22 0 0.08
HSL 283.85º 0.57% 0.82% -
HSV(B) 283.85º 0.22% 0.92% -
XYZ 61.75 55.24 86 -
YUV 200.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 221 183 235 0.06 0.22 0 0.08 283.85 0.57 0.82
Hex DD B7 EB 6 16 0 8 11C 39 52
Octal 335 267 353 6 26 0 10 434 71 122
Binary 11011101 10110111 11101011 110 10110 0 1000 100011100 111001 1010010

Color Harmonies of #DDB7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7EB

Black with #DDB7EB

Text Example


Text Example

White with #DDB7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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