Html Css Color HEX #DDBBF5 Mauve

📋 copy color: '#DDBBF5'

red 221 ◦ green 187 ◦ blue 245

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

Shades of Mauve #DDBBF5

Tints of Mauve #DDBBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.52%

R = 33.84%
G = 28.64%
B = 37.52%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDBBF5 (or 0xDDBBF5) is known color: Mauve. HEX triplet: DD, BB and F5. RGB value is (221,187,245). Sum of RGB (Red+Green+Blue) = 221+187+245=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBF5 is #22440A. Grayscale: #CBCBCB. Windows color (decimal): -2245643 or 16104413. OLE color: 16104413.

HSL color Cylindrical-coordinate representation of color #DDBBF5: hue angle of 275.17º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBBF5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 187 245 -
CMYK 0.10 0.24 0 0.04
HSL 275.17º 0.74% 0.85% -
HSV(B) 275.17º 0.24% 0.96% -
XYZ 64.07 57.51 94.11 -
YUV 203.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 221 187 245 0.10 0.24 0 0.04 275.17 0.74 0.85
Hex DD BB F5 A 18 0 4 113 4A 55
Octal 335 273 365 12 30 0 4 423 112 125
Binary 11011101 10111011 11110101 1010 11000 0 100 100010011 1001010 1010101

Color Harmonies of #DDBBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBF5

Black with #DDBBF5

Text Example


Text Example

White with #DDBBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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