Html Css Color HEX #DDBAEC Mauve

📋 copy color: '#DDBAEC'

red 221 ◦ green 186 ◦ blue 236

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

Shades of Mauve #DDBAEC

Tints of Mauve #DDBAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.93%

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 34.37%
G = 28.93%
B = 36.7%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDBAEC (or 0xDDBAEC) is known color: Mauve. HEX triplet: DD, BA and EC. RGB value is (221,186,236). Sum of RGB (Red+Green+Blue) = 221+186+236=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAEC is #224513. Grayscale: #CACACA. Windows color (decimal): -2245908 or 15514333. OLE color: 15514333.

HSL color Cylindrical-coordinate representation of color #DDBAEC: hue angle of 282º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBAEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 186 236 -
CMYK 0.06 0.21 0 0.07
HSL 282º 0.57% 0.83% -
HSV(B) 282º 0.21% 0.93% -
XYZ 62.52 56.55 86.98 -
YUV 202.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 221 186 236 0.06 0.21 0 0.07 282 0.57 0.83
Hex DD BA EC 6 15 0 7 11A 39 53
Octal 335 272 354 6 25 0 7 432 71 123
Binary 11011101 10111010 11101100 110 10101 0 111 100011010 111001 1010011

Color Harmonies of #DDBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAEC

Black with #DDBAEC

Text Example


Text Example

White with #DDBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAEC; }

 p { color: rgb(221,186,236); }

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

background-color css

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

 a { background-color: rgb(221,186,236); }

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

border-color css

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

 span { border-color: rgb(221,186,236); }

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