Html Css Color HEX #DDB7FC Mauve

📋 copy color: '#DDB7FC'

red 221 ◦ green 183 ◦ blue 252

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

Shades of Mauve #DDB7FC

Tints of Mauve #DDB7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.41%

R = 33.69%
G = 27.9%
B = 38.41%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDB7FC (or 0xDDB7FC) is known color: Mauve. HEX triplet: DD, B7 and FC. RGB value is (221,183,252). Sum of RGB (Red+Green+Blue) = 221+183+252=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FC is #224803. Grayscale: #C9C9C9. Windows color (decimal): -2246660 or 16562141. OLE color: 16562141.

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

Color convert

RGB 221 183 252 -
CMYK 0.12 0.27 0 0.01
HSL 273.04º 0.92% 0.85% -
HSV(B) 273.04º 0.27% 0.99% -
XYZ 64.32 56.27 99.57 -
YUV 202.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 221 183 252 0.12 0.27 0 0.01 273.04 0.92 0.85
Hex DD B7 FC C 1B 0 1 111 5C 55
Octal 335 267 374 14 33 0 1 421 134 125
Binary 11011101 10110111 11111100 1100 11011 0 1 100010001 1011100 1010101

Color Harmonies of #DDB7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7FC

Black with #DDB7FC

Text Example


Text Example

White with #DDB7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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