Html Css Color HEX #DDB2EF Mauve

📋 copy color: '#DDB2EF'

red 221 ◦ green 178 ◦ blue 239

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

Shades of Mauve #DDB2EF

Tints of Mauve #DDB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.9%

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

R = 34.64%
G = 27.9%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDB2EF (or 0xDDB2EF) is known color: Mauve. HEX triplet: DD, B2 and EF. RGB value is (221,178,239). Sum of RGB (Red+Green+Blue) = 221+178+239=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2EF is #224D10. Grayscale: #C5C5C5. Windows color (decimal): -2247953 or 15708893. OLE color: 15708893.

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

Color convert

RGB 221 178 239 -
CMYK 0.08 0.26 0 0.06
HSL 282.3º 0.66% 0.82% -
HSV(B) 282.3º 0.26% 0.94% -
XYZ 61.32 53.44 88.75 -
YUV 197.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 221 178 239 0.08 0.26 0 0.06 282.3 0.66 0.82
Hex DD B2 EF 8 1A 0 6 11A 42 52
Octal 335 262 357 10 32 0 6 432 102 122
Binary 11011101 10110010 11101111 1000 11010 0 110 100011010 1000010 1010010

Color Harmonies of #DDB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2EF

Black with #DDB2EF

Text Example


Text Example

White with #DDB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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