Html Css Color HEX #DDBEF2 Mauve

📋 copy color: '#DDBEF2'

red 221 ◦ green 190 ◦ blue 242

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

Shades of Mauve #DDBEF2

Tints of Mauve #DDBEF2

RGB

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

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

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

R = 33.84%
G = 29.1%
B = 37.06%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDBEF2 (or 0xDDBEF2) is known color: Mauve. HEX triplet: DD, BE and F2. RGB value is (221,190,242). Sum of RGB (Red+Green+Blue) = 221+190+242=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF2 is #22410D. Grayscale: #CDCDCD. Windows color (decimal): -2244878 or 15908573. OLE color: 15908573.

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

Color convert

RGB 221 190 242 -
CMYK 0.09 0.21 0 0.05
HSL 275.77º 0.67% 0.85% -
HSV(B) 275.77º 0.21% 0.95% -
XYZ 64.26 58.61 91.93 -
YUV 205.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 221 190 242 0.09 0.21 0 0.05 275.77 0.67 0.85
Hex DD BE F2 9 15 0 5 114 43 55
Octal 335 276 362 11 25 0 5 424 103 125
Binary 11011101 10111110 11110010 1001 10101 0 101 100010100 1000011 1010101

Color Harmonies of #DDBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEF2

Black with #DDBEF2

Text Example


Text Example

White with #DDBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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