Html Css Color HEX #DDB0EF Mauve

📋 copy color: '#DDB0EF'

red 221 ◦ green 176 ◦ blue 239

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

Shades of Mauve #DDB0EF

Tints of Mauve #DDB0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.67%

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

R = 34.75%
G = 27.67%
B = 37.58%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDB0EF (or 0xDDB0EF) is known color: Mauve. HEX triplet: DD, B0 and EF. RGB value is (221,176,239). Sum of RGB (Red+Green+Blue) = 221+176+239=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EF is #224F10. Grayscale: #C4C4C4. Windows color (decimal): -2248465 or 15708381. OLE color: 15708381.

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

Color convert

RGB 221 176 239 -
CMYK 0.08 0.26 0 0.06
HSL 282.86º 0.66% 0.81% -
HSV(B) 282.86º 0.26% 0.94% -
XYZ 60.92 52.65 88.61 -
YUV 196.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 221 176 239 0.08 0.26 0 0.06 282.86 0.66 0.81
Hex DD B0 EF 8 1A 0 6 11B 42 51
Octal 335 260 357 10 32 0 6 433 102 121
Binary 11011101 10110000 11101111 1000 11010 0 110 100011011 1000010 1010001

Color Harmonies of #DDB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0EF

Black with #DDB0EF

Text Example


Text Example

White with #DDB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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