Html Css Color HEX #DDC3FF Mauve

📋 copy color: '#DDC3FF'

red 221 ◦ green 195 ◦ blue 255

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

Shades of Mauve #DDC3FF

Tints of Mauve #DDC3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.06%

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

R = 32.94%
G = 29.06%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDC3FF (or 0xDDC3FF) is known color: Mauve. HEX triplet: DD, C3 and FF. RGB value is (221,195,255). Sum of RGB (Red+Green+Blue) = 221+195+255=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FF is #223C00. Grayscale: #D1D1D1. Windows color (decimal): -2243585 or 16761821. OLE color: 16761821.

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

Color convert

RGB 221 195 255 -
CMYK 0.13 0.24 0 0
HSL 266º 1% 0.88% -
HSV(B) 266º 0.24% 1% -
XYZ 67.38 61.62 102.95 -
YUV 209.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 221 195 255 0.13 0.24 0 0 266 1 0.88
Hex DD C3 FF D 18 0 0 10A 64 58
Octal 335 303 377 15 30 0 0 412 144 130
Binary 11011101 11000011 11111111 1101 11000 0 0 100001010 1100100 1011000

Color Harmonies of #DDC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3FF

Black with #DDC3FF

Text Example


Text Example

White with #DDC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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