Html Css Color HEX #DDB8FC Mauve

📋 copy color: '#DDB8FC'

red 221 ◦ green 184 ◦ blue 252

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

Shades of Mauve #DDB8FC

Tints of Mauve #DDB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.01%

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

R = 33.64%
G = 28.01%
B = 38.36%

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

#DDB8FC (or 0xDDB8FC) is known color: Mauve. HEX triplet: DD, B8 and FC. RGB value is (221,184,252). Sum of RGB (Red+Green+Blue) = 221+184+252=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8FC is #224703. Grayscale: #CACACA. Windows color (decimal): -2246404 or 16562397. OLE color: 16562397.

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

Color convert

RGB 221 184 252 -
CMYK 0.12 0.27 0 0.01
HSL 272.65º 0.92% 0.85% -
HSV(B) 272.65º 0.27% 0.99% -
XYZ 64.53 56.68 99.63 -
YUV 202.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 221 184 252 0.12 0.27 0 0.01 272.65 0.92 0.85
Hex DD B8 FC C 1B 0 1 111 5C 55
Octal 335 270 374 14 33 0 1 421 134 125
Binary 11011101 10111000 11111100 1100 11011 0 1 100010001 1011100 1010101

Color Harmonies of #DDB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8FC

Black with #DDB8FC

Text Example


Text Example

White with #DDB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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