Html Css Color HEX #DDC2FE Mauve

📋 copy color: '#DDC2FE'

red 221 ◦ green 194 ◦ blue 254

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

Shades of Mauve #DDC2FE

Tints of Mauve #DDC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29%

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

R = 33.03%
G = 29%
B = 37.97%

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

#DDC2FE (or 0xDDC2FE) is known color: Mauve. HEX triplet: DD, C2 and FE. RGB value is (221,194,254). Sum of RGB (Red+Green+Blue) = 221+194+254=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FE is #223D01. Grayscale: #D0D0D0. Windows color (decimal): -2243842 or 16696029. OLE color: 16696029.

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

Color convert

RGB 221 194 254 -
CMYK 0.13 0.24 0 0.00
HSL 267º 0.97% 0.88% -
HSV(B) 267º 0.24% 1% -
XYZ 67 61.11 102.03 -
YUV 208.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 221 194 254 0.13 0.24 0 0.00 267 0.97 0.88
Hex DD C2 FE D 18 0 0 10B 61 58
Octal 335 302 376 15 30 0 0 413 141 130
Binary 11011101 11000010 11111110 1101 11000 0 0 100001011 1100001 1011000

Color Harmonies of #DDC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2FE

Black with #DDC2FE

Text Example


Text Example

White with #DDC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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