Html Css Color HEX #DDBFF9 Mauve

📋 copy color: '#DDBFF9'

red 221 ◦ green 191 ◦ blue 249

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

Shades of Mauve #DDBFF9

Tints of Mauve #DDBFF9

RGB

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

 GREEN value IS 191 (75% from 255) = 28.9%

 BLUE value IS 249 (97.66% from 255) = 37.67%

R = 33.43%
G = 28.9%
B = 37.67%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDBFF9 (or 0xDDBFF9) is known color: Mauve. HEX triplet: DD, BF and F9. RGB value is (221,191,249). Sum of RGB (Red+Green+Blue) = 221+191+249=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF9 is #224006. Grayscale: #CECECE. Windows color (decimal): -2244615 or 16367581. OLE color: 16367581.

HSL color Cylindrical-coordinate representation of color #DDBFF9: hue angle of 271.03º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBFF9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 191 249 -
CMYK 0.11 0.23 0 0.02
HSL 271.03º 0.83% 0.86% -
HSV(B) 271.03º 0.23% 0.98% -
XYZ 65.55 59.47 97.65 -
YUV 206.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 221 191 249 0.11 0.23 0 0.02 271.03 0.83 0.86
Hex DD BF F9 B 17 0 2 10F 53 56
Octal 335 277 371 13 27 0 2 417 123 126
Binary 11011101 10111111 11111001 1011 10111 0 10 100001111 1010011 1010110

Color Harmonies of #DDBFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFF9

Black with #DDBFF9

Text Example


Text Example

White with #DDBFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFF9; }

 p { color: rgb(221,191,249); }

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

background-color css

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

 a { background-color: rgb(221,191,249); }

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

border-color css

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

 span { border-color: rgb(221,191,249); }

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