Html Css Color HEX #DDB1FF Mauve

📋 copy color: '#DDB1FF'

red 221 ◦ green 177 ◦ blue 255

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

Shades of Mauve #DDB1FF

Tints of Mauve #DDB1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.05%

R = 33.84%
G = 27.11%
B = 39.05%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDB1FF (or 0xDDB1FF) is known color: Mauve. HEX triplet: DD, B1 and FF. RGB value is (221,177,255). Sum of RGB (Red+Green+Blue) = 221+177+255=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FF is #224E00. Grayscale: #C6C6C6. Windows color (decimal): -2248193 or 16757213. OLE color: 16757213.

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

Color convert

RGB 221 177 255 -
CMYK 0.13 0.31 0 0
HSL 273.85º 1% 0.85% -
HSV(B) 273.85º 0.31% 1% -
XYZ 63.59 54.04 101.69 -
YUV 199.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 221 177 255 0.13 0.31 0 0 273.85 1 0.85
Hex DD B1 FF D 1F 0 0 112 64 55
Octal 335 261 377 15 37 0 0 422 144 125
Binary 11011101 10110001 11111111 1101 11111 0 0 100010010 1100100 1010101

Color Harmonies of #DDB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1FF

Black with #DDB1FF

Text Example


Text Example

White with #DDB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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