Html Css Color HEX #DDB0EC Mauve

📋 copy color: '#DDB0EC'

red 221 ◦ green 176 ◦ blue 236

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

Shades of Mauve #DDB0EC

Tints of Mauve #DDB0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 34.91%
G = 27.8%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB0EC (or 0xDDB0EC) is known color: Mauve. HEX triplet: DD, B0 and EC. RGB value is (221,176,236). Sum of RGB (Red+Green+Blue) = 221+176+236=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EC is #224F13. Grayscale: #C4C4C4. Windows color (decimal): -2248468 or 15511773. OLE color: 15511773.

HSL color Cylindrical-coordinate representation of color #DDB0EC: hue angle of 285º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB0EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 176 236 -
CMYK 0.06 0.25 0 0.07
HSL 285º 0.61% 0.81% -
HSV(B) 285º 0.25% 0.93% -
XYZ 60.48 52.48 86.3 -
YUV 196.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 221 176 236 0.06 0.25 0 0.07 285 0.61 0.81
Hex DD B0 EC 6 19 0 7 11D 3D 51
Octal 335 260 354 6 31 0 7 435 75 121
Binary 11011101 10110000 11101100 110 11001 0 111 100011101 111101 1010001

Color Harmonies of #DDB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0EC

Black with #DDB0EC

Text Example


Text Example

White with #DDB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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