Html Css Color HEX #DDB4FC Mauve

📋 copy color: '#DDB4FC'

red 221 ◦ green 180 ◦ blue 252

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

Shades of Mauve #DDB4FC

Tints of Mauve #DDB4FC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.57%

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

R = 33.84%
G = 27.57%
B = 38.59%

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

#DDB4FC (or 0xDDB4FC) is known color: Mauve. HEX triplet: DD, B4 and FC. RGB value is (221,180,252). Sum of RGB (Red+Green+Blue) = 221+180+252=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4FC is #224B03. Grayscale: #C8C8C8. Windows color (decimal): -2247428 or 16561373. OLE color: 16561373.

HSL color Cylindrical-coordinate representation of color #DDB4FC: hue angle of 274.17º 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 #DDB4FC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 180 252 -
CMYK 0.12 0.29 0 0.01
HSL 274.17º 0.92% 0.85% -
HSV(B) 274.17º 0.29% 0.99% -
XYZ 63.71 55.04 99.36 -
YUV 200.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 221 180 252 0.12 0.29 0 0.01 274.17 0.92 0.85
Hex DD B4 FC C 1D 0 1 112 5C 55
Octal 335 264 374 14 35 0 1 422 134 125
Binary 11011101 10110100 11111100 1100 11101 0 1 100010010 1011100 1010101

Color Harmonies of #DDB4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4FC

Black with #DDB4FC

Text Example


Text Example

White with #DDB4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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