Html Css Color HEX #DDBFFD Mauve

📋 copy color: '#DDBFFD'

red 221 ◦ green 191 ◦ blue 253

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

Shades of Mauve #DDBFFD

Tints of Mauve #DDBFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.05%

R = 33.23%
G = 28.72%
B = 38.05%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDBFFD (or 0xDDBFFD) is known color: Mauve. HEX triplet: DD, BF and FD. RGB value is (221,191,253). Sum of RGB (Red+Green+Blue) = 221+191+253=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFD is #224002. Grayscale: #CECECE. Windows color (decimal): -2244611 or 16629725. OLE color: 16629725.

HSL color Cylindrical-coordinate representation of color #DDBFFD: hue angle of 269.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBFFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 191 253 -
CMYK 0.13 0.25 0 0.01
HSL 269.03º 0.94% 0.87% -
HSV(B) 269.03º 0.25% 0.99% -
XYZ 66.18 59.73 100.97 -
YUV 207.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 221 191 253 0.13 0.25 0 0.01 269.03 0.94 0.87
Hex DD BF FD D 19 0 1 10D 5E 57
Octal 335 277 375 15 31 0 1 415 136 127
Binary 11011101 10111111 11111101 1101 11001 0 1 100001101 1011110 1010111

Color Harmonies of #DDBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFFD

Black with #DDBFFD

Text Example


Text Example

White with #DDBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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