Html Css Color HEX #D2B8FF Mauve

📋 copy color: '#D2B8FF'

red 210 ◦ green 184 ◦ blue 255

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

Shades of Mauve #D2B8FF

Tints of Mauve #D2B8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.29%

R = 32.36%
G = 28.35%
B = 39.29%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2B8FF (or 0xD2B8FF) is known color: Mauve. HEX triplet: D2, B8 and FF. RGB value is (210,184,255). Sum of RGB (Red+Green+Blue) = 210+184+255=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B8FF is #2D4700. Grayscale: #C7C7C7. Windows color (decimal): -2967297 or 16758994. OLE color: 16758994.

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

Color convert

RGB 210 184 255 -
CMYK 0.18 0.28 0 0
HSL 261.97º 1% 0.86% -
HSV(B) 261.97º 0.28% 1% -
XYZ 61.77 55.2 102.01 -
YUV 199.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 210 184 255 0.18 0.28 0 0 261.97 1 0.86
Hex D2 B8 FF 12 1C 0 0 106 64 56
Octal 322 270 377 22 34 0 0 406 144 126
Binary 11010010 10111000 11111111 10010 11100 0 0 100000110 1100100 1010110

Color Harmonies of #D2B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B8FF

Black with #D2B8FF

Text Example


Text Example

White with #D2B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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