Html Css Color HEX #D2B8FE Mauve

📋 copy color: '#D2B8FE'

red 210 ◦ green 184 ◦ blue 254

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

Shades of Mauve #D2B8FE

Tints of Mauve #D2B8FE

RGB

 RED value IS 210 (82.42% from 255) = 32.41%

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

 BLUE value IS 254 (99.61% from 255) = 39.2%

R = 32.41%
G = 28.4%
B = 39.2%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2B8FE (or 0xD2B8FE) is known color: Mauve. HEX triplet: D2, B8 and FE. RGB value is (210,184,254). Sum of RGB (Red+Green+Blue) = 210+184+254=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B8FE is #2D4701. Grayscale: #C7C7C7. Windows color (decimal): -2967298 or 16693458. OLE color: 16693458.

HSL color Cylindrical-coordinate representation of color #D2B8FE: hue angle of 262.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2B8FE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 184 254 -
CMYK 0.17 0.28 0 0.00
HSL 262.29º 0.97% 0.86% -
HSV(B) 262.29º 0.28% 1% -
XYZ 61.61 55.14 101.16 -
YUV 199.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 210 184 254 0.17 0.28 0 0.00 262.29 0.97 0.86
Hex D2 B8 FE 11 1C 0 0 106 61 56
Octal 322 270 376 21 34 0 0 406 141 126
Binary 11010010 10111000 11111110 10001 11100 0 0 100000110 1100001 1010110

Color Harmonies of #D2B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B8FE

Black with #D2B8FE

Text Example


Text Example

White with #D2B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B8FE; }

 p { color: rgb(210,184,254); }

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

background-color css

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

 a { background-color: rgb(210,184,254); }

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

border-color css

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

 span { border-color: rgb(210,184,254); }

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