Html Css Color HEX #DDBBFE Mauve

📋 copy color: '#DDBBFE'

red 221 ◦ green 187 ◦ blue 254

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

Shades of Mauve #DDBBFE

Tints of Mauve #DDBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.25%

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

R = 33.38%
G = 28.25%
B = 38.37%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDBBFE (or 0xDDBBFE) is known color: Mauve. HEX triplet: DD, BB and FE. RGB value is (221,187,254). Sum of RGB (Red+Green+Blue) = 221+187+254=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBFE is #224401. Grayscale: #CCCCCC. Windows color (decimal): -2245634 or 16694237. OLE color: 16694237.

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

Color convert

RGB 221 187 254 -
CMYK 0.13 0.26 0 0.00
HSL 270.45º 0.97% 0.86% -
HSV(B) 270.45º 0.26% 1% -
XYZ 65.48 58.07 101.52 -
YUV 204.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 221 187 254 0.13 0.26 0 0.00 270.45 0.97 0.86
Hex DD BB FE D 1A 0 0 10E 61 56
Octal 335 273 376 15 32 0 0 416 141 126
Binary 11011101 10111011 11111110 1101 11010 0 0 100001110 1100001 1010110

Color Harmonies of #DDBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBFE

Black with #DDBBFE

Text Example


Text Example

White with #DDBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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