Html Css Color HEX #DDB7FB Mauve

📋 copy color: '#DDB7FB'

red 221 ◦ green 183 ◦ blue 251

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

Shades of Mauve #DDB7FB

Tints of Mauve #DDB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.94%

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

R = 33.74%
G = 27.94%
B = 38.32%

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

#DDB7FB (or 0xDDB7FB) is known color: Mauve. HEX triplet: DD, B7 and FB. RGB value is (221,183,251). Sum of RGB (Red+Green+Blue) = 221+183+251=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FB is #224804. Grayscale: #C9C9C9. Windows color (decimal): -2246661 or 16496605. OLE color: 16496605.

HSL color Cylindrical-coordinate representation of color #DDB7FB: hue angle of 273.53º degrees, saturation: 0.89, 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 #DDB7FB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 183 251 -
CMYK 0.12 0.27 0 0.02
HSL 273.53º 0.89% 0.85% -
HSV(B) 273.53º 0.27% 0.98% -
XYZ 64.16 56.2 98.73 -
YUV 202.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 221 183 251 0.12 0.27 0 0.02 273.53 0.89 0.85
Hex DD B7 FB C 1B 0 2 112 59 55
Octal 335 267 373 14 33 0 2 422 131 125
Binary 11011101 10110111 11111011 1100 11011 0 10 100010010 1011001 1010101

Color Harmonies of #DDB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7FB

Black with #DDB7FB

Text Example


Text Example

White with #DDB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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