Html Css Color HEX #DDB5FE Mauve

📋 copy color: '#DDB5FE'

red 221 ◦ green 181 ◦ blue 254

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

Shades of Mauve #DDB5FE

Tints of Mauve #DDB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.59%

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

R = 33.69%
G = 27.59%
B = 38.72%

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

#DDB5FE (or 0xDDB5FE) is known color: Mauve. HEX triplet: DD, B5 and FE. RGB value is (221,181,254). Sum of RGB (Red+Green+Blue) = 221+181+254=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FE is #224A01. Grayscale: #C9C9C9. Windows color (decimal): -2247170 or 16692701. OLE color: 16692701.

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

Color convert

RGB 221 181 254 -
CMYK 0.13 0.29 0 0.00
HSL 272.88º 0.97% 0.85% -
HSV(B) 272.88º 0.29% 1% -
XYZ 64.23 55.58 101.11 -
YUV 201.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 221 181 254 0.13 0.29 0 0.00 272.88 0.97 0.85
Hex DD B5 FE D 1D 0 0 111 61 55
Octal 335 265 376 15 35 0 0 421 141 125
Binary 11011101 10110101 11111110 1101 11101 0 0 100010001 1100001 1010101

Color Harmonies of #DDB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5FE

Black with #DDB5FE

Text Example


Text Example

White with #DDB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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