Html Css Color HEX #DDBBED Mauve

📋 copy color: '#DDBBED'

red 221 ◦ green 187 ◦ blue 237

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

Shades of Mauve #DDBBED

Tints of Mauve #DDBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.99%

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

R = 34.26%
G = 28.99%
B = 36.74%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDBBED (or 0xDDBBED) is known color: Mauve. HEX triplet: DD, BB and ED. RGB value is (221,187,237). Sum of RGB (Red+Green+Blue) = 221+187+237=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBED is #224412. Grayscale: #CACACA. Windows color (decimal): -2245651 or 15580125. OLE color: 15580125.

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

Color convert

RGB 221 187 237 -
CMYK 0.07 0.21 0 0.07
HSL 280.8º 0.58% 0.83% -
HSV(B) 280.8º 0.21% 0.93% -
XYZ 62.88 57.03 87.81 -
YUV 202.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 221 187 237 0.07 0.21 0 0.07 280.8 0.58 0.83
Hex DD BB ED 7 15 0 7 119 3A 53
Octal 335 273 355 7 25 0 7 431 72 123
Binary 11011101 10111011 11101101 111 10101 0 111 100011001 111010 1010011

Color Harmonies of #DDBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBED

Black with #DDBBED

Text Example


Text Example

White with #DDBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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