Html Css Color HEX #DDB8ED Mauve

📋 copy color: '#DDB8ED'

red 221 ◦ green 184 ◦ blue 237

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

Shades of Mauve #DDB8ED

Tints of Mauve #DDB8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 34.42%
G = 28.66%
B = 36.92%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB8ED (or 0xDDB8ED) is known color: Mauve. HEX triplet: DD, B8 and ED. RGB value is (221,184,237). Sum of RGB (Red+Green+Blue) = 221+184+237=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8ED is #224712. Grayscale: #C8C8C8. Windows color (decimal): -2246419 or 15579357. OLE color: 15579357.

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

Color convert

RGB 221 184 237 -
CMYK 0.07 0.22 0 0.07
HSL 281.89º 0.6% 0.83% -
HSV(B) 281.89º 0.22% 0.93% -
XYZ 62.25 55.77 87.6 -
YUV 201.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 221 184 237 0.07 0.22 0 0.07 281.89 0.6 0.83
Hex DD B8 ED 7 16 0 7 11A 3C 53
Octal 335 270 355 7 26 0 7 432 74 123
Binary 11011101 10111000 11101101 111 10110 0 111 100011010 111100 1010011

Color Harmonies of #DDB8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8ED

Black with #DDB8ED

Text Example


Text Example

White with #DDB8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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