Html Css Color HEX #DDBEF0 Mauve

📋 copy color: '#DDBEF0'

red 221 ◦ green 190 ◦ blue 240

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

Shades of Mauve #DDBEF0

Tints of Mauve #DDBEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.19%

 BLUE value IS 240 (94.14% from 255) = 36.87%

R = 33.95%
G = 29.19%
B = 36.87%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDBEF0 (or 0xDDBEF0) is known color: Mauve. HEX triplet: DD, BE and F0. RGB value is (221,190,240). Sum of RGB (Red+Green+Blue) = 221+190+240=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF0 is #22410F. Grayscale: #CCCCCC. Windows color (decimal): -2244880 or 15777501. OLE color: 15777501.

HSL color Cylindrical-coordinate representation of color #DDBEF0: hue angle of 277.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBEF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 190 240 -
CMYK 0.08 0.21 0 0.06
HSL 277.2º 0.63% 0.84% -
HSV(B) 277.2º 0.21% 0.94% -
XYZ 63.96 58.49 90.36 -
YUV 204.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 221 190 240 0.08 0.21 0 0.06 277.2 0.63 0.84
Hex DD BE F0 8 15 0 6 115 3E 54
Octal 335 276 360 10 25 0 6 425 76 124
Binary 11011101 10111110 11110000 1000 10101 0 110 100010101 111110 1010100

Color Harmonies of #DDBEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEF0

Black with #DDBEF0

Text Example


Text Example

White with #DDBEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEF0; }

 p { color: rgb(221,190,240); }

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

background-color css

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

 a { background-color: rgb(221,190,240); }

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

border-color css

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

 span { border-color: rgb(221,190,240); }

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