Html Css Color HEX #DDC1FB Mauve

📋 copy color: '#DDC1FB'

red 221 ◦ green 193 ◦ blue 251

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

Shades of Mauve #DDC1FB

Tints of Mauve #DDC1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 33.23%
G = 29.02%
B = 37.74%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC1FB (or 0xDDC1FB) is known color: Mauve. HEX triplet: DD, C1 and FB. RGB value is (221,193,251). Sum of RGB (Red+Green+Blue) = 221+193+251=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FB is #223E04. Grayscale: #CFCFCF. Windows color (decimal): -2244101 or 16499165. OLE color: 16499165.

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

Color convert

RGB 221 193 251 -
CMYK 0.12 0.23 0 0.02
HSL 268.97º 0.88% 0.87% -
HSV(B) 268.97º 0.23% 0.98% -
XYZ 66.3 60.48 99.45 -
YUV 207.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 221 193 251 0.12 0.23 0 0.02 268.97 0.88 0.87
Hex DD C1 FB C 17 0 2 10D 58 57
Octal 335 301 373 14 27 0 2 415 130 127
Binary 11011101 11000001 11111011 1100 10111 0 10 100001101 1011000 1010111

Color Harmonies of #DDC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1FB

Black with #DDC1FB

Text Example


Text Example

White with #DDC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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