Html Css Color HEX #DDB1EC Mauve

📋 copy color: '#DDB1EC'

red 221 ◦ green 177 ◦ blue 236

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

Shades of Mauve #DDB1EC

Tints of Mauve #DDB1EC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.92%

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

R = 34.86%
G = 27.92%
B = 37.22%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB1EC (or 0xDDB1EC) is known color: Mauve. HEX triplet: DD, B1 and EC. RGB value is (221,177,236). Sum of RGB (Red+Green+Blue) = 221+177+236=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1EC is #224E13. Grayscale: #C4C4C4. Windows color (decimal): -2248212 or 15512029. OLE color: 15512029.

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

Color convert

RGB 221 177 236 -
CMYK 0.06 0.25 0 0.07
HSL 284.75º 0.61% 0.81% -
HSV(B) 284.75º 0.25% 0.93% -
XYZ 60.68 52.87 86.36 -
YUV 196.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 221 177 236 0.06 0.25 0 0.07 284.75 0.61 0.81
Hex DD B1 EC 6 19 0 7 11D 3D 51
Octal 335 261 354 6 31 0 7 435 75 121
Binary 11011101 10110001 11101100 110 11001 0 111 100011101 111101 1010001

Color Harmonies of #DDB1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1EC

Black with #DDB1EC

Text Example


Text Example

White with #DDB1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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