Html Css Color HEX #DDC2FC Mauve

📋 copy color: '#DDC2FC'

red 221 ◦ green 194 ◦ blue 252

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

Shades of Mauve #DDC2FC

Tints of Mauve #DDC2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.78%

R = 33.13%
G = 29.09%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDC2FC (or 0xDDC2FC) is known color: Mauve. HEX triplet: DD, C2 and FC. RGB value is (221,194,252). Sum of RGB (Red+Green+Blue) = 221+194+252=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FC is #223D03. Grayscale: #D0D0D0. Windows color (decimal): -2243844 or 16564957. OLE color: 16564957.

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

Color convert

RGB 221 194 252 -
CMYK 0.12 0.23 0 0.01
HSL 267.93º 0.91% 0.87% -
HSV(B) 267.93º 0.23% 0.99% -
XYZ 66.68 60.98 100.35 -
YUV 208.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 221 194 252 0.12 0.23 0 0.01 267.93 0.91 0.87
Hex DD C2 FC C 17 0 1 10C 5B 57
Octal 335 302 374 14 27 0 1 414 133 127
Binary 11011101 11000010 11111100 1100 10111 0 1 100001100 1011011 1010111

Color Harmonies of #DDC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2FC

Black with #DDC2FC

Text Example


Text Example

White with #DDC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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