Html Css Color HEX #DDC0FE Mauve

📋 copy color: '#DDC0FE'

red 221 ◦ green 192 ◦ blue 254

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

Shades of Mauve #DDC0FE

Tints of Mauve #DDC0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 33.13%
G = 28.79%
B = 38.08%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDC0FE (or 0xDDC0FE) is known color: Mauve. HEX triplet: DD, C0 and FE. RGB value is (221,192,254). Sum of RGB (Red+Green+Blue) = 221+192+254=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FE is #223F01. Grayscale: #CFCFCF. Windows color (decimal): -2244354 or 16695517. OLE color: 16695517.

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

Color convert

RGB 221 192 254 -
CMYK 0.13 0.24 0 0.00
HSL 268.06º 0.97% 0.87% -
HSV(B) 268.06º 0.24% 1% -
XYZ 66.56 60.23 101.88 -
YUV 207.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 221 192 254 0.13 0.24 0 0.00 268.06 0.97 0.87
Hex DD C0 FE D 18 0 0 10C 61 57
Octal 335 300 376 15 30 0 0 414 141 127
Binary 11011101 11000000 11111110 1101 11000 0 0 100001100 1100001 1010111

Color Harmonies of #DDC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0FE

Black with #DDC0FE

Text Example


Text Example

White with #DDC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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