Html Css Color HEX #DDBDEB Mauve

📋 copy color: '#DDBDEB'

red 221 ◦ green 189 ◦ blue 235

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

Shades of Mauve #DDBDEB

Tints of Mauve #DDBDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.3%

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

R = 34.26%
G = 29.3%
B = 36.43%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDBDEB (or 0xDDBDEB) is known color: Mauve. HEX triplet: DD, BD and EB. RGB value is (221,189,235). Sum of RGB (Red+Green+Blue) = 221+189+235=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDEB is #224214. Grayscale: #CBCBCB. Windows color (decimal): -2245141 or 15449565. OLE color: 15449565.

HSL color Cylindrical-coordinate representation of color #DDBDEB: hue angle of 281.74º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBDEB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 189 235 -
CMYK 0.06 0.20 0 0.08
HSL 281.74º 0.53% 0.83% -
HSV(B) 281.74º 0.2% 0.92% -
XYZ 63.01 57.77 86.43 -
YUV 203.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 221 189 235 0.06 0.20 0 0.08 281.74 0.53 0.83
Hex DD BD EB 6 14 0 8 11A 35 53
Octal 335 275 353 6 24 0 10 432 65 123
Binary 11011101 10111101 11101011 110 10100 0 1000 100011010 110101 1010011

Color Harmonies of #DDBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDEB

Black with #DDBDEB

Text Example


Text Example

White with #DDBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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