Html Css Color HEX #DDC1F9 Mauve

📋 copy color: '#DDC1F9'

red 221 ◦ green 193 ◦ blue 249

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

Shades of Mauve #DDC1F9

Tints of Mauve #DDC1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 33.33%
G = 29.11%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC1F9 (or 0xDDC1F9) is known color: Mauve. HEX triplet: DD, C1 and F9. RGB value is (221,193,249). Sum of RGB (Red+Green+Blue) = 221+193+249=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1F9 is #223E06. Grayscale: #CFCFCF. Windows color (decimal): -2244103 or 16368093. OLE color: 16368093.

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

Color convert

RGB 221 193 249 -
CMYK 0.11 0.22 0 0.02
HSL 270º 0.82% 0.87% -
HSV(B) 270º 0.22% 0.98% -
XYZ 65.99 60.35 97.79 -
YUV 207.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 221 193 249 0.11 0.22 0 0.02 270 0.82 0.87
Hex DD C1 F9 B 16 0 2 10E 52 57
Octal 335 301 371 13 26 0 2 416 122 127
Binary 11011101 11000001 11111001 1011 10110 0 10 100001110 1010010 1010111

Color Harmonies of #DDC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1F9

Black with #DDC1F9

Text Example


Text Example

White with #DDC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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