Html Css Color HEX #DDC0FF Mauve

📋 copy color: '#DDC0FF'

red 221 ◦ green 192 ◦ blue 255

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

Shades of Mauve #DDC0FF

Tints of Mauve #DDC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.74%

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

R = 33.08%
G = 28.74%
B = 38.17%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDC0FF (or 0xDDC0FF) is known color: Mauve. HEX triplet: DD, C0 and FF. RGB value is (221,192,255). Sum of RGB (Red+Green+Blue) = 221+192+255=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FF is #223F00. Grayscale: #CFCFCF. Windows color (decimal): -2244353 or 16761053. OLE color: 16761053.

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

Color convert

RGB 221 192 255 -
CMYK 0.13 0.25 0 0
HSL 267.62º 1% 0.88% -
HSV(B) 267.62º 0.25% 1% -
XYZ 66.72 60.29 102.73 -
YUV 207.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 221 192 255 0.13 0.25 0 0 267.62 1 0.88
Hex DD C0 FF D 19 0 0 10C 64 58
Octal 335 300 377 15 31 0 0 414 144 130
Binary 11011101 11000000 11111111 1101 11001 0 0 100001100 1100100 1011000

Color Harmonies of #DDC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0FF

Black with #DDC0FF

Text Example


Text Example

White with #DDC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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