Html Css Color HEX #DDB7E9 Mauve

📋 copy color: '#DDB7E9'

red 221 ◦ green 183 ◦ blue 233

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

Shades of Mauve #DDB7E9

Tints of Mauve #DDB7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.58%

R = 34.69%
G = 28.73%
B = 36.58%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDB7E9 (or 0xDDB7E9) is known color: Mauve. HEX triplet: DD, B7 and E9. RGB value is (221,183,233). Sum of RGB (Red+Green+Blue) = 221+183+233=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7E9 is #224816. Grayscale: #C7C7C7. Windows color (decimal): -2246679 or 15316957. OLE color: 15316957.

HSL color Cylindrical-coordinate representation of color #DDB7E9: hue angle of 285.6º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB7E9 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 183 233 -
CMYK 0.05 0.21 0 0.09
HSL 285.6º 0.53% 0.82% -
HSV(B) 285.6º 0.21% 0.91% -
XYZ 61.46 55.12 84.49 -
YUV 200.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 221 183 233 0.05 0.21 0 0.09 285.6 0.53 0.82
Hex DD B7 E9 5 15 0 9 11E 35 52
Octal 335 267 351 5 25 0 11 436 65 122
Binary 11011101 10110111 11101001 101 10101 0 1001 100011110 110101 1010010

Color Harmonies of #DDB7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7E9

Black with #DDB7E9

Text Example


Text Example

White with #DDB7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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