Html Css Color HEX #DDBBEC Mauve

📋 copy color: '#DDBBEC'

red 221 ◦ green 187 ◦ blue 236

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

Shades of Mauve #DDBBEC

Tints of Mauve #DDBBEC

RGB

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

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

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

R = 34.32%
G = 29.04%
B = 36.65%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDBBEC (or 0xDDBBEC) is known color: Mauve. HEX triplet: DD, BB and EC. RGB value is (221,187,236). Sum of RGB (Red+Green+Blue) = 221+187+236=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBEC is #224413. Grayscale: #CACACA. Windows color (decimal): -2245652 or 15514589. OLE color: 15514589.

HSL color Cylindrical-coordinate representation of color #DDBBEC: hue angle of 281.63º degrees, saturation: 0.56, 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 #DDBBEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 187 236 -
CMYK 0.06 0.21 0 0.07
HSL 281.63º 0.56% 0.83% -
HSV(B) 281.63º 0.21% 0.93% -
XYZ 62.73 56.97 87.05 -
YUV 202.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 221 187 236 0.06 0.21 0 0.07 281.63 0.56 0.83
Hex DD BB EC 6 15 0 7 11A 38 53
Octal 335 273 354 6 25 0 7 432 70 123
Binary 11011101 10111011 11101100 110 10101 0 111 100011010 111000 1010011

Color Harmonies of #DDBBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBEC

Black with #DDBBEC

Text Example


Text Example

White with #DDBBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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