Html Css Color HEX #DDB1FC Mauve

📋 copy color: '#DDB1FC'

red 221 ◦ green 177 ◦ blue 252

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

Shades of Mauve #DDB1FC

Tints of Mauve #DDB1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.23%

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

R = 34%
G = 27.23%
B = 38.77%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDB1FC (or 0xDDB1FC) is known color: Mauve. HEX triplet: DD, B1 and FC. RGB value is (221,177,252). Sum of RGB (Red+Green+Blue) = 221+177+252=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FC is #224E03. Grayscale: #C6C6C6. Windows color (decimal): -2248196 or 16560605. OLE color: 16560605.

HSL color Cylindrical-coordinate representation of color #DDB1FC: hue angle of 275.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB1FC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 177 252 -
CMYK 0.12 0.30 0 0.01
HSL 275.2º 0.93% 0.84% -
HSV(B) 275.2º 0.3% 0.99% -
XYZ 63.11 53.84 99.16 -
YUV 198.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 221 177 252 0.12 0.30 0 0.01 275.2 0.93 0.84
Hex DD B1 FC C 1E 0 1 113 5D 54
Octal 335 261 374 14 36 0 1 423 135 124
Binary 11011101 10110001 11111100 1100 11110 0 1 100010011 1011101 1010100

Color Harmonies of #DDB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1FC

Black with #DDB1FC

Text Example


Text Example

White with #DDB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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