Html Css Color HEX #DDC0FA Mauve

📋 copy color: '#DDC0FA'

red 221 ◦ green 192 ◦ blue 250

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

Shades of Mauve #DDC0FA

Tints of Mauve #DDC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 33.33%
G = 28.96%
B = 37.71%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC0FA (or 0xDDC0FA) is known color: Mauve. HEX triplet: DD, C0 and FA. RGB value is (221,192,250). Sum of RGB (Red+Green+Blue) = 221+192+250=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FA is #223F05. Grayscale: #CFCFCF. Windows color (decimal): -2244358 or 16433373. OLE color: 16433373.

HSL color Cylindrical-coordinate representation of color #DDC0FA: hue angle of 270º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC0FA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 192 250 -
CMYK 0.12 0.23 0 0.02
HSL 270º 0.85% 0.87% -
HSV(B) 270º 0.23% 0.98% -
XYZ 65.92 59.97 98.54 -
YUV 207.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 221 192 250 0.12 0.23 0 0.02 270 0.85 0.87
Hex DD C0 FA C 17 0 2 10E 55 57
Octal 335 300 372 14 27 0 2 416 125 127
Binary 11011101 11000000 11111010 1100 10111 0 10 100001110 1010101 1010111

Color Harmonies of #DDC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0FA

Black with #DDC0FA

Text Example


Text Example

White with #DDC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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