Html Css Color HEX #DDB6EE Mauve

📋 copy color: '#DDB6EE'

red 221 ◦ green 182 ◦ blue 238

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

Shades of Mauve #DDB6EE

Tints of Mauve #DDB6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 34.48%
G = 28.39%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB6EE (or 0xDDB6EE) is known color: Mauve. HEX triplet: DD, B6 and EE. RGB value is (221,182,238). Sum of RGB (Red+Green+Blue) = 221+182+238=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6EE is #224911. Grayscale: #C7C7C7. Windows color (decimal): -2246930 or 15644381. OLE color: 15644381.

HSL color Cylindrical-coordinate representation of color #DDB6EE: hue angle of 281.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB6EE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 182 238 -
CMYK 0.07 0.24 0 0.07
HSL 281.79º 0.62% 0.82% -
HSV(B) 281.79º 0.24% 0.93% -
XYZ 61.98 55 88.24 -
YUV 200.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 221 182 238 0.07 0.24 0 0.07 281.79 0.62 0.82
Hex DD B6 EE 7 18 0 7 11A 3E 52
Octal 335 266 356 7 30 0 7 432 76 122
Binary 11011101 10110110 11101110 111 11000 0 111 100011010 111110 1010010

Color Harmonies of #DDB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6EE

Black with #DDB6EE

Text Example


Text Example

White with #DDB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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