Html Css Color HEX #DDC1FE Mauve

📋 copy color: '#DDC1FE'

red 221 ◦ green 193 ◦ blue 254

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

Shades of Mauve #DDC1FE

Tints of Mauve #DDC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.89%

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

R = 33.08%
G = 28.89%
B = 38.02%

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

#DDC1FE (or 0xDDC1FE) is known color: Mauve. HEX triplet: DD, C1 and FE. RGB value is (221,193,254). Sum of RGB (Red+Green+Blue) = 221+193+254=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FE is #223E01. Grayscale: #D0D0D0. Windows color (decimal): -2244098 or 16695773. OLE color: 16695773.

HSL color Cylindrical-coordinate representation of color #DDC1FE: hue angle of 267.54º 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 #DDC1FE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 193 254 -
CMYK 0.13 0.24 0 0.00
HSL 267.54º 0.97% 0.88% -
HSV(B) 267.54º 0.24% 1% -
XYZ 66.78 60.67 101.96 -
YUV 208.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 221 193 254 0.13 0.24 0 0.00 267.54 0.97 0.88
Hex DD C1 FE D 18 0 0 10C 61 58
Octal 335 301 376 15 30 0 0 414 141 130
Binary 11011101 11000001 11111110 1101 11000 0 0 100001100 1100001 1011000

Color Harmonies of #DDC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1FE

Black with #DDC1FE

Text Example


Text Example

White with #DDC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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