Html Css Color HEX #DDB9EB Mauve

📋 copy color: '#DDB9EB'

red 221 ◦ green 185 ◦ blue 235

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

Shades of Mauve #DDB9EB

Tints of Mauve #DDB9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 34.48%
G = 28.86%
B = 36.66%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDB9EB (or 0xDDB9EB) is known color: Mauve. HEX triplet: DD, B9 and EB. RGB value is (221,185,235). Sum of RGB (Red+Green+Blue) = 221+185+235=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9EB is #224614. Grayscale: #C9C9C9. Windows color (decimal): -2246165 or 15448541. OLE color: 15448541.

HSL color Cylindrical-coordinate representation of color #DDB9EB: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB9EB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 185 235 -
CMYK 0.06 0.21 0 0.08
HSL 283.2º 0.56% 0.82% -
HSV(B) 283.2º 0.21% 0.92% -
XYZ 62.16 56.07 86.14 -
YUV 201.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 221 185 235 0.06 0.21 0 0.08 283.2 0.56 0.82
Hex DD B9 EB 6 15 0 8 11B 38 52
Octal 335 271 353 6 25 0 10 433 70 122
Binary 11011101 10111001 11101011 110 10101 0 1000 100011011 111000 1010010

Color Harmonies of #DDB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9EB

Black with #DDB9EB

Text Example


Text Example

White with #DDB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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