Html Css Color HEX #DDB6FB Mauve

📋 copy color: '#DDB6FB'

red 221 ◦ green 182 ◦ blue 251

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

Shades of Mauve #DDB6FB

Tints of Mauve #DDB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.83%

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

R = 33.79%
G = 27.83%
B = 38.38%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB6FB (or 0xDDB6FB) is known color: Mauve. HEX triplet: DD, B6 and FB. RGB value is (221,182,251). Sum of RGB (Red+Green+Blue) = 221+182+251=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6FB is #224904. Grayscale: #C9C9C9. Windows color (decimal): -2246917 or 16496349. OLE color: 16496349.

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

Color convert

RGB 221 182 251 -
CMYK 0.12 0.27 0 0.02
HSL 273.91º 0.9% 0.85% -
HSV(B) 273.91º 0.27% 0.98% -
XYZ 63.96 55.79 98.66 -
YUV 201.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 221 182 251 0.12 0.27 0 0.02 273.91 0.9 0.85
Hex DD B6 FB C 1B 0 2 112 5A 55
Octal 335 266 373 14 33 0 2 422 132 125
Binary 11011101 10110110 11111011 1100 11011 0 10 100010010 1011010 1010101

Color Harmonies of #DDB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6FB

Black with #DDB6FB

Text Example


Text Example

White with #DDB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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