Html Css Color HEX #DDBBEA Mauve

📋 copy color: '#DDBBEA'

red 221 ◦ green 187 ◦ blue 234

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

Shades of Mauve #DDBBEA

Tints of Mauve #DDBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.13%

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 34.42%
G = 29.13%
B = 36.45%

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

#DDBBEA (or 0xDDBBEA) is known color: Mauve. HEX triplet: DD, BB and EA. RGB value is (221,187,234). Sum of RGB (Red+Green+Blue) = 221+187+234=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBEA is #224415. Grayscale: #CACACA. Windows color (decimal): -2245654 or 15383517. OLE color: 15383517.

HSL color Cylindrical-coordinate representation of color #DDBBEA: hue angle of 283.4º 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 #DDBBEA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 187 234 -
CMYK 0.06 0.20 0 0.08
HSL 283.4º 0.53% 0.83% -
HSV(B) 283.4º 0.2% 0.92% -
XYZ 62.44 56.85 85.52 -
YUV 202.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 221 187 234 0.06 0.20 0 0.08 283.4 0.53 0.83
Hex DD BB EA 6 14 0 8 11B 35 53
Octal 335 273 352 6 24 0 10 433 65 123
Binary 11011101 10111011 11101010 110 10100 0 1000 100011011 110101 1010011

Color Harmonies of #DDBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBEA

Black with #DDBBEA

Text Example


Text Example

White with #DDBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBEA; }

 p { color: rgb(221,187,234); }

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

background-color css

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

 a { background-color: rgb(221,187,234); }

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

border-color css

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

 span { border-color: rgb(221,187,234); }

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