Html Css Color HEX #DDB9FB Mauve

📋 copy color: '#DDB9FB'

red 221 ◦ green 185 ◦ blue 251

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

Shades of Mauve #DDB9FB

Tints of Mauve #DDB9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.16%

 BLUE value IS 251 (98.44% from 255) = 38.2%

R = 33.64%
G = 28.16%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB9FB (or 0xDDB9FB) is known color: Mauve. HEX triplet: DD, B9 and FB. RGB value is (221,185,251). Sum of RGB (Red+Green+Blue) = 221+185+251=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9FB is #224604. Grayscale: #CBCBCB. Windows color (decimal): -2246149 or 16497117. OLE color: 16497117.

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

Color convert

RGB 221 185 251 -
CMYK 0.12 0.26 0 0.02
HSL 272.73º 0.89% 0.85% -
HSV(B) 272.73º 0.26% 0.98% -
XYZ 64.58 57.04 98.87 -
YUV 203.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 221 185 251 0.12 0.26 0 0.02 272.73 0.89 0.85
Hex DD B9 FB C 1A 0 2 111 59 55
Octal 335 271 373 14 32 0 2 421 131 125
Binary 11011101 10111001 11111011 1100 11010 0 10 100010001 1011001 1010101

Color Harmonies of #DDB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9FB

Black with #DDB9FB

Text Example


Text Example

White with #DDB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9FB; }

 p { color: rgb(221,185,251); }

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

background-color css

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

 a { background-color: rgb(221,185,251); }

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

border-color css

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

 span { border-color: rgb(221,185,251); }

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