Html Css Color HEX #DDBBF2 Mauve

📋 copy color: '#DDBBF2'

red 221 ◦ green 187 ◦ blue 242

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

Shades of Mauve #DDBBF2

Tints of Mauve #DDBBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 34%
G = 28.77%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDBBF2 (or 0xDDBBF2) is known color: Mauve. HEX triplet: DD, BB and F2. RGB value is (221,187,242). Sum of RGB (Red+Green+Blue) = 221+187+242=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBF2 is #22440D. Grayscale: #CBCBCB. Windows color (decimal): -2245646 or 15907805. OLE color: 15907805.

HSL color Cylindrical-coordinate representation of color #DDBBF2: hue angle of 277.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBBF2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 187 242 -
CMYK 0.09 0.23 0 0.05
HSL 277.09º 0.68% 0.84% -
HSV(B) 277.09º 0.23% 0.95% -
XYZ 63.62 57.32 91.72 -
YUV 203.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 221 187 242 0.09 0.23 0 0.05 277.09 0.68 0.84
Hex DD BB F2 9 17 0 5 115 44 54
Octal 335 273 362 11 27 0 5 425 104 124
Binary 11011101 10111011 11110010 1001 10111 0 101 100010101 1000100 1010100

Color Harmonies of #DDBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBF2

Black with #DDBBF2

Text Example


Text Example

White with #DDBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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