Html Css Color HEX #DDB9EF Mauve

📋 copy color: '#DDB9EF'

red 221 ◦ green 185 ◦ blue 239

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

Shades of Mauve #DDB9EF

Tints of Mauve #DDB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.68%

 BLUE value IS 239 (93.75% from 255) = 37.05%

R = 34.26%
G = 28.68%
B = 37.05%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDB9EF (or 0xDDB9EF) is known color: Mauve. HEX triplet: DD, B9 and EF. RGB value is (221,185,239). Sum of RGB (Red+Green+Blue) = 221+185+239=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9EF is #224610. Grayscale: #C9C9C9. Windows color (decimal): -2246161 or 15710685. OLE color: 15710685.

HSL color Cylindrical-coordinate representation of color #DDB9EF: hue angle of 280º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB9EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 185 239 -
CMYK 0.08 0.23 0 0.06
HSL 280º 0.63% 0.83% -
HSV(B) 280º 0.23% 0.94% -
XYZ 62.75 56.3 89.22 -
YUV 201.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 221 185 239 0.08 0.23 0 0.06 280 0.63 0.83
Hex DD B9 EF 8 17 0 6 118 3F 53
Octal 335 271 357 10 27 0 6 430 77 123
Binary 11011101 10111001 11101111 1000 10111 0 110 100011000 111111 1010011

Color Harmonies of #DDB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9EF

Black with #DDB9EF

Text Example


Text Example

White with #DDB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9EF; }

 p { color: rgb(221,185,239); }

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

background-color css

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

 a { background-color: rgb(221,185,239); }

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

border-color css

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

 span { border-color: rgb(221,185,239); }

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