Html Css Color HEX #DDB6EF Mauve

📋 copy color: '#DDB6EF'

red 221 ◦ green 182 ◦ blue 239

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

Shades of Mauve #DDB6EF

Tints of Mauve #DDB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.35%

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

R = 34.42%
G = 28.35%
B = 37.23%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDB6EF (or 0xDDB6EF) is known color: Mauve. HEX triplet: DD, B6 and EF. RGB value is (221,182,239). Sum of RGB (Red+Green+Blue) = 221+182+239=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6EF is #224910. Grayscale: #C7C7C7. Windows color (decimal): -2246929 or 15709917. OLE color: 15709917.

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

Color convert

RGB 221 182 239 -
CMYK 0.08 0.24 0 0.06
HSL 281.05º 0.64% 0.83% -
HSV(B) 281.05º 0.24% 0.94% -
XYZ 62.13 55.06 89.01 -
YUV 200.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 221 182 239 0.08 0.24 0 0.06 281.05 0.64 0.83
Hex DD B6 EF 8 18 0 6 119 40 53
Octal 335 266 357 10 30 0 6 431 100 123
Binary 11011101 10110110 11101111 1000 11000 0 110 100011001 1000000 1010011

Color Harmonies of #DDB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6EF

Black with #DDB6EF

Text Example


Text Example

White with #DDB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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