Html Css Color HEX #DDB0F2 Mauve

📋 copy color: '#DDB0F2'

red 221 ◦ green 176 ◦ blue 242

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

Shades of Mauve #DDB0F2

Tints of Mauve #DDB0F2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.54%

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

R = 34.59%
G = 27.54%
B = 37.87%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDB0F2 (or 0xDDB0F2) is known color: Mauve. HEX triplet: DD, B0 and F2. RGB value is (221,176,242). Sum of RGB (Red+Green+Blue) = 221+176+242=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0F2 is #224F0D. Grayscale: #C4C4C4. Windows color (decimal): -2248462 or 15904989. OLE color: 15904989.

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

Color convert

RGB 221 176 242 -
CMYK 0.09 0.27 0 0.05
HSL 280.91º 0.72% 0.82% -
HSV(B) 280.91º 0.27% 0.95% -
XYZ 61.37 52.83 90.97 -
YUV 196.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 221 176 242 0.09 0.27 0 0.05 280.91 0.72 0.82
Hex DD B0 F2 9 1B 0 5 119 48 52
Octal 335 260 362 11 33 0 5 431 110 122
Binary 11011101 10110000 11110010 1001 11011 0 101 100011001 1001000 1010010

Color Harmonies of #DDB0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0F2

Black with #DDB0F2

Text Example


Text Example

White with #DDB0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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