Html Css Color HEX #DDB4F9 Mauve

📋 copy color: '#DDB4F9'

red 221 ◦ green 180 ◦ blue 249

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

Shades of Mauve #DDB4F9

Tints of Mauve #DDB4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.69%

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

R = 34%
G = 27.69%
B = 38.31%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB4F9 (or 0xDDB4F9) is known color: Mauve. HEX triplet: DD, B4 and F9. RGB value is (221,180,249). Sum of RGB (Red+Green+Blue) = 221+180+249=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDB4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4F9 is #224B06. Grayscale: #C7C7C7. Windows color (decimal): -2247431 or 16364765. OLE color: 16364765.

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

Color convert

RGB 221 180 249 -
CMYK 0.11 0.28 0 0.02
HSL 275.65º 0.85% 0.84% -
HSV(B) 275.65º 0.28% 0.98% -
XYZ 63.24 54.85 96.88 -
YUV 200.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 221 180 249 0.11 0.28 0 0.02 275.65 0.85 0.84
Hex DD B4 F9 B 1C 0 2 114 55 54
Octal 335 264 371 13 34 0 2 424 125 124
Binary 11011101 10110100 11111001 1011 11100 0 10 100010100 1010101 1010100

Color Harmonies of #DDB4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4F9

Black with #DDB4F9

Text Example


Text Example

White with #DDB4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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