Html Css Color HEX #DDB3FC Mauve

📋 copy color: '#DDB3FC'

red 221 ◦ green 179 ◦ blue 252

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

Shades of Mauve #DDB3FC

Tints of Mauve #DDB3FC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.45%

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

R = 33.9%
G = 27.45%
B = 38.65%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDB3FC (or 0xDDB3FC) is known color: Mauve. HEX triplet: DD, B3 and FC. RGB value is (221,179,252). Sum of RGB (Red+Green+Blue) = 221+179+252=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3FC is #224C03. Grayscale: #C7C7C7. Windows color (decimal): -2247684 or 16561117. OLE color: 16561117.

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

Color convert

RGB 221 179 252 -
CMYK 0.12 0.29 0 0.01
HSL 274.52º 0.92% 0.85% -
HSV(B) 274.52º 0.29% 0.99% -
XYZ 63.51 54.64 99.29 -
YUV 199.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 221 179 252 0.12 0.29 0 0.01 274.52 0.92 0.85
Hex DD B3 FC C 1D 0 1 113 5C 55
Octal 335 263 374 14 35 0 1 423 134 125
Binary 11011101 10110011 11111100 1100 11101 0 1 100010011 1011100 1010101

Color Harmonies of #DDB3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3FC

Black with #DDB3FC

Text Example


Text Example

White with #DDB3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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