Html Css Color HEX #DDC0F6 Mauve

📋 copy color: '#DDC0F6'

red 221 ◦ green 192 ◦ blue 246

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

Shades of Mauve #DDC0F6

Tints of Mauve #DDC0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.33%

R = 33.54%
G = 29.14%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDC0F6 (or 0xDDC0F6) is known color: Mauve. HEX triplet: DD, C0 and F6. RGB value is (221,192,246). Sum of RGB (Red+Green+Blue) = 221+192+246=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDC0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F6 is #223F09. Grayscale: #CECECE. Windows color (decimal): -2244362 or 16171229. OLE color: 16171229.

HSL color Cylindrical-coordinate representation of color #DDC0F6: hue angle of 272.22º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC0F6 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 192 246 -
CMYK 0.10 0.22 0 0.04
HSL 272.22º 0.75% 0.86% -
HSV(B) 272.22º 0.22% 0.96% -
XYZ 65.3 59.73 95.28 -
YUV 206.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 221 192 246 0.10 0.22 0 0.04 272.22 0.75 0.86
Hex DD C0 F6 A 16 0 4 110 4B 56
Octal 335 300 366 12 26 0 4 420 113 126
Binary 11011101 11000000 11110110 1010 10110 0 100 100010000 1001011 1010110

Color Harmonies of #DDC0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0F6

Black with #DDC0F6

Text Example


Text Example

White with #DDC0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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