Html Css Color HEX #DDB1F7 Mauve

📋 copy color: '#DDB1F7'

red 221 ◦ green 177 ◦ blue 247

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

Shades of Mauve #DDB1F7

Tints of Mauve #DDB1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.29%

R = 34.26%
G = 27.44%
B = 38.29%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDB1F7 (or 0xDDB1F7) is known color: Mauve. HEX triplet: DD, B1 and F7. RGB value is (221,177,247). Sum of RGB (Red+Green+Blue) = 221+177+247=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 177 (69.53% from 255 or 27.44% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDB1F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1F7 is #224E08. Grayscale: #C5C5C5. Windows color (decimal): -2248201 or 16232925. OLE color: 16232925.

HSL color Cylindrical-coordinate representation of color #DDB1F7: hue angle of 277.71º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB1F7 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 177 247 -
CMYK 0.11 0.28 0 0.03
HSL 277.71º 0.81% 0.83% -
HSV(B) 277.71º 0.28% 0.97% -
XYZ 62.33 53.53 95.04 -
YUV 198.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 221 177 247 0.11 0.28 0 0.03 277.71 0.81 0.83
Hex DD B1 F7 B 1C 0 3 116 51 53
Octal 335 261 367 13 34 0 3 426 121 123
Binary 11011101 10110001 11110111 1011 11100 0 11 100010110 1010001 1010011

Color Harmonies of #DDB1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1F7

Black with #DDB1F7

Text Example


Text Example

White with #DDB1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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