Html Css Color HEX #DDBAEF Mauve

📋 copy color: '#DDBAEF'

red 221 ◦ green 186 ◦ blue 239

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

Shades of Mauve #DDBAEF

Tints of Mauve #DDBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37%

R = 34.21%
G = 28.79%
B = 37%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDBAEF (or 0xDDBAEF) is known color: Mauve. HEX triplet: DD, BA and EF. RGB value is (221,186,239). Sum of RGB (Red+Green+Blue) = 221+186+239=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAEF is #224510. Grayscale: #CACACA. Windows color (decimal): -2245905 or 15710941. OLE color: 15710941.

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

Color convert

RGB 221 186 239 -
CMYK 0.08 0.22 0 0.06
HSL 279.62º 0.62% 0.83% -
HSV(B) 279.62º 0.22% 0.94% -
XYZ 62.96 56.72 89.29 -
YUV 202.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 221 186 239 0.08 0.22 0 0.06 279.62 0.62 0.83
Hex DD BA EF 8 16 0 6 118 3E 53
Octal 335 272 357 10 26 0 6 430 76 123
Binary 11011101 10111010 11101111 1000 10110 0 110 100011000 111110 1010011

Color Harmonies of #DDBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAEF

Black with #DDBAEF

Text Example


Text Example

White with #DDBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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