Html Css Color HEX #DDC0F7 Mauve

📋 copy color: '#DDC0F7'

red 221 ◦ green 192 ◦ blue 247

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

Shades of Mauve #DDC0F7

Tints of Mauve #DDC0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.42%

R = 33.48%
G = 29.09%
B = 37.42%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDC0F7 (or 0xDDC0F7) is known color: Mauve. HEX triplet: DD, C0 and F7. RGB value is (221,192,247). Sum of RGB (Red+Green+Blue) = 221+192+247=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F7 is #223F08. Grayscale: #CECECE. Windows color (decimal): -2244361 or 16236765. OLE color: 16236765.

HSL color Cylindrical-coordinate representation of color #DDC0F7: hue angle of 271.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC0F7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 192 247 -
CMYK 0.11 0.22 0 0.03
HSL 271.64º 0.77% 0.86% -
HSV(B) 271.64º 0.22% 0.97% -
XYZ 65.46 59.79 96.09 -
YUV 206.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 221 192 247 0.11 0.22 0 0.03 271.64 0.77 0.86
Hex DD C0 F7 B 16 0 3 110 4D 56
Octal 335 300 367 13 26 0 3 420 115 126
Binary 11011101 11000000 11110111 1011 10110 0 11 100010000 1001101 1010110

Color Harmonies of #DDC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0F7

Black with #DDC0F7

Text Example


Text Example

White with #DDC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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