Html Css Color HEX #DDB0FE Mauve

📋 copy color: '#DDB0FE'

red 221 ◦ green 176 ◦ blue 254

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

Shades of Mauve #DDB0FE

Tints of Mauve #DDB0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 33.95%
G = 27.04%
B = 39.02%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDB0FE (or 0xDDB0FE) is known color: Mauve. HEX triplet: DD, B0 and FE. RGB value is (221,176,254). Sum of RGB (Red+Green+Blue) = 221+176+254=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0FE is #224F01. Grayscale: #C6C6C6. Windows color (decimal): -2248450 or 16691421. OLE color: 16691421.

HSL color Cylindrical-coordinate representation of color #DDB0FE: hue angle of 274.62º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB0FE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 176 254 -
CMYK 0.13 0.31 0 0.00
HSL 274.62º 0.98% 0.84% -
HSV(B) 274.62º 0.31% 1% -
XYZ 63.23 53.58 100.77 -
YUV 198.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 221 176 254 0.13 0.31 0 0.00 274.62 0.98 0.84
Hex DD B0 FE D 1F 0 0 113 62 54
Octal 335 260 376 15 37 0 0 423 142 124
Binary 11011101 10110000 11111110 1101 11111 0 0 100010011 1100010 1010100

Color Harmonies of #DDB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0FE

Black with #DDB0FE

Text Example


Text Example

White with #DDB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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