Html Css Color HEX #DDB7EA Mauve

📋 copy color: '#DDB7EA'

red 221 ◦ green 183 ◦ blue 234

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

Shades of Mauve #DDB7EA

Tints of Mauve #DDB7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 34.64%
G = 28.68%
B = 36.68%

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

#DDB7EA (or 0xDDB7EA) is known color: Mauve. HEX triplet: DD, B7 and EA. RGB value is (221,183,234). Sum of RGB (Red+Green+Blue) = 221+183+234=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EA is #224815. Grayscale: #C8C8C8. Windows color (decimal): -2246678 or 15382493. OLE color: 15382493.

HSL color Cylindrical-coordinate representation of color #DDB7EA: hue angle of 284.71º degrees, saturation: 0.55, 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 #DDB7EA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 183 234 -
CMYK 0.06 0.22 0 0.08
HSL 284.71º 0.55% 0.82% -
HSV(B) 284.71º 0.22% 0.92% -
XYZ 61.6 55.18 85.25 -
YUV 200.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 221 183 234 0.06 0.22 0 0.08 284.71 0.55 0.82
Hex DD B7 EA 6 16 0 8 11D 37 52
Octal 335 267 352 6 26 0 10 435 67 122
Binary 11011101 10110111 11101010 110 10110 0 1000 100011101 110111 1010010

Color Harmonies of #DDB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7EA

Black with #DDB7EA

Text Example


Text Example

White with #DDB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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