Html Css Color HEX #DDBCFF Mauve

📋 copy color: '#DDBCFF'

red 221 ◦ green 188 ◦ blue 255

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

Shades of Mauve #DDBCFF

Tints of Mauve #DDBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.31%

 BLUE value IS 255 (100% from 255) = 38.4%

R = 33.28%
G = 28.31%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDBCFF (or 0xDDBCFF) is known color: Mauve. HEX triplet: DD, BC and FF. RGB value is (221,188,255). Sum of RGB (Red+Green+Blue) = 221+188+255=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCFF is #224300. Grayscale: #CDCDCD. Windows color (decimal): -2245377 or 16760029. OLE color: 16760029.

HSL color Cylindrical-coordinate representation of color #DDBCFF: hue angle of 269.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBCFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 188 255 -
CMYK 0.13 0.26 0 0
HSL 269.55º 1% 0.87% -
HSV(B) 269.55º 0.26% 1% -
XYZ 65.85 58.56 102.44 -
YUV 205.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 221 188 255 0.13 0.26 0 0 269.55 1 0.87
Hex DD BC FF D 1A 0 0 10E 64 57
Octal 335 274 377 15 32 0 0 416 144 127
Binary 11011101 10111100 11111111 1101 11010 0 0 100001110 1100100 1010111

Color Harmonies of #DDBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCFF

Black with #DDBCFF

Text Example


Text Example

White with #DDBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCFF; }

 p { color: rgb(221,188,255); }

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

background-color css

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

 a { background-color: rgb(221,188,255); }

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

border-color css

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

 span { border-color: rgb(221,188,255); }

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