Html Css Color HEX #DDB6FC Mauve

📋 copy color: '#DDB6FC'

red 221 ◦ green 182 ◦ blue 252

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

Shades of Mauve #DDB6FC

Tints of Mauve #DDB6FC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.79%

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

R = 33.74%
G = 27.79%
B = 38.47%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDB6FC (or 0xDDB6FC) is known color: Mauve. HEX triplet: DD, B6 and FC. RGB value is (221,182,252). Sum of RGB (Red+Green+Blue) = 221+182+252=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6FC is #224903. Grayscale: #C9C9C9. Windows color (decimal): -2246916 or 16561885. OLE color: 16561885.

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

Color convert

RGB 221 182 252 -
CMYK 0.12 0.28 0 0.01
HSL 273.43º 0.92% 0.85% -
HSV(B) 273.43º 0.28% 0.99% -
XYZ 64.12 55.86 99.5 -
YUV 201.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 221 182 252 0.12 0.28 0 0.01 273.43 0.92 0.85
Hex DD B6 FC C 1C 0 1 111 5C 55
Octal 335 266 374 14 34 0 1 421 134 125
Binary 11011101 10110110 11111100 1100 11100 0 1 100010001 1011100 1010101

Color Harmonies of #DDB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6FC

Black with #DDB6FC

Text Example


Text Example

White with #DDB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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