Html Css Color HEX #DDB1FE Mauve

📋 copy color: '#DDB1FE'

red 221 ◦ green 177 ◦ blue 254

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

Shades of Mauve #DDB1FE

Tints of Mauve #DDB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.15%

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

R = 33.9%
G = 27.15%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDB1FE (or 0xDDB1FE) is known color: Mauve. HEX triplet: DD, B1 and FE. RGB value is (221,177,254). Sum of RGB (Red+Green+Blue) = 221+177+254=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FE is #224E01. Grayscale: #C6C6C6. Windows color (decimal): -2248194 or 16691677. OLE color: 16691677.

HSL color Cylindrical-coordinate representation of color #DDB1FE: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB1FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 177 254 -
CMYK 0.13 0.30 0 0.00
HSL 274.29º 0.97% 0.85% -
HSV(B) 274.29º 0.3% 1% -
XYZ 63.43 53.97 100.84 -
YUV 198.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 221 177 254 0.13 0.30 0 0.00 274.29 0.97 0.85
Hex DD B1 FE D 1E 0 0 112 61 55
Octal 335 261 376 15 36 0 0 422 141 125
Binary 11011101 10110001 11111110 1101 11110 0 0 100010010 1100001 1010101

Color Harmonies of #DDB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1FE

Black with #DDB1FE

Text Example


Text Example

White with #DDB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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