Html Css Color HEX #DDBDFD Mauve

📋 copy color: '#DDBDFD'

red 221 ◦ green 189 ◦ blue 253

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

Shades of Mauve #DDBDFD

Tints of Mauve #DDBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.51%

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

R = 33.33%
G = 28.51%
B = 38.16%

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

#DDBDFD (or 0xDDBDFD) is known color: Mauve. HEX triplet: DD, BD and FD. RGB value is (221,189,253). Sum of RGB (Red+Green+Blue) = 221+189+253=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDFD is #224202. Grayscale: #CDCDCD. Windows color (decimal): -2245123 or 16629213. OLE color: 16629213.

HSL color Cylindrical-coordinate representation of color #DDBDFD: hue angle of 270º 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 #DDBDFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 189 253 -
CMYK 0.13 0.25 0 0.01
HSL 270º 0.94% 0.87% -
HSV(B) 270º 0.25% 0.99% -
XYZ 65.75 58.86 100.82 -
YUV 205.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 221 189 253 0.13 0.25 0 0.01 270 0.94 0.87
Hex DD BD FD D 19 0 1 10E 5E 57
Octal 335 275 375 15 31 0 1 416 136 127
Binary 11011101 10111101 11111101 1101 11001 0 1 100001110 1011110 1010111

Color Harmonies of #DDBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDFD

Black with #DDBDFD

Text Example


Text Example

White with #DDBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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