Html Css Color HEX #DDB8EB Mauve

📋 copy color: '#DDB8EB'

red 221 ◦ green 184 ◦ blue 235

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

Shades of Mauve #DDB8EB

Tints of Mauve #DDB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

 BLUE value IS 235 (92.19% from 255) = 36.72%

R = 34.53%
G = 28.75%
B = 36.72%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDB8EB (or 0xDDB8EB) is known color: Mauve. HEX triplet: DD, B8 and EB. RGB value is (221,184,235). Sum of RGB (Red+Green+Blue) = 221+184+235=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EB is #224714. Grayscale: #C8C8C8. Windows color (decimal): -2246421 or 15448285. OLE color: 15448285.

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

Color convert

RGB 221 184 235 -
CMYK 0.06 0.22 0 0.08
HSL 283.53º 0.56% 0.82% -
HSV(B) 283.53º 0.22% 0.92% -
XYZ 61.95 55.65 86.07 -
YUV 200.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 221 184 235 0.06 0.22 0 0.08 283.53 0.56 0.82
Hex DD B8 EB 6 16 0 8 11C 38 52
Octal 335 270 353 6 26 0 10 434 70 122
Binary 11011101 10111000 11101011 110 10110 0 1000 100011100 111000 1010010

Color Harmonies of #DDB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8EB

Black with #DDB8EB

Text Example


Text Example

White with #DDB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8EB; }

 p { color: rgb(221,184,235); }

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

background-color css

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

 a { background-color: rgb(221,184,235); }

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

border-color css

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

 span { border-color: rgb(221,184,235); }

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