Html Css Color HEX #DDB4FE Mauve

📋 copy color: '#DDB4FE'

red 221 ◦ green 180 ◦ blue 254

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

Shades of Mauve #DDB4FE

Tints of Mauve #DDB4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 33.74%
G = 27.48%
B = 38.78%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDB4FE (or 0xDDB4FE) is known color: Mauve. HEX triplet: DD, B4 and FE. RGB value is (221,180,254). Sum of RGB (Red+Green+Blue) = 221+180+254=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4FE is #224B01. Grayscale: #C8C8C8. Windows color (decimal): -2247426 or 16692445. OLE color: 16692445.

HSL color Cylindrical-coordinate representation of color #DDB4FE: hue angle of 273.24º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB4FE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 180 254 -
CMYK 0.13 0.29 0 0.00
HSL 273.24º 0.97% 0.85% -
HSV(B) 273.24º 0.29% 1% -
XYZ 64.03 55.17 101.04 -
YUV 200.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 221 180 254 0.13 0.29 0 0.00 273.24 0.97 0.85
Hex DD B4 FE D 1D 0 0 111 61 55
Octal 335 264 376 15 35 0 0 421 141 125
Binary 11011101 10110100 11111110 1101 11101 0 0 100010001 1100001 1010101

Color Harmonies of #DDB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4FE

Black with #DDB4FE

Text Example


Text Example

White with #DDB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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