Html Css Color HEX #DDB9FC Mauve

📋 copy color: '#DDB9FC'

red 221 ◦ green 185 ◦ blue 252

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

Shades of Mauve #DDB9FC

Tints of Mauve #DDB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.12%

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

R = 33.59%
G = 28.12%
B = 38.3%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDB9FC (or 0xDDB9FC) is known color: Mauve. HEX triplet: DD, B9 and FC. RGB value is (221,185,252). Sum of RGB (Red+Green+Blue) = 221+185+252=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9FC is #224603. Grayscale: #CBCBCB. Windows color (decimal): -2246148 or 16562653. OLE color: 16562653.

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

Color convert

RGB 221 185 252 -
CMYK 0.12 0.27 0 0.01
HSL 272.24º 0.92% 0.86% -
HSV(B) 272.24º 0.27% 0.99% -
XYZ 64.74 57.1 99.7 -
YUV 203.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 221 185 252 0.12 0.27 0 0.01 272.24 0.92 0.86
Hex DD B9 FC C 1B 0 1 110 5C 56
Octal 335 271 374 14 33 0 1 420 134 126
Binary 11011101 10111001 11111100 1100 11011 0 1 100010000 1011100 1010110

Color Harmonies of #DDB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9FC

Black with #DDB9FC

Text Example


Text Example

White with #DDB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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