Html Css Color HEX #D2B5FF Mauve

📋 copy color: '#D2B5FF'

red 210 ◦ green 181 ◦ blue 255

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

Shades of Mauve #D2B5FF

Tints of Mauve #D2B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.02%

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

R = 32.51%
G = 28.02%
B = 39.47%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2B5FF (or 0xD2B5FF) is known color: Mauve. HEX triplet: D2, B5 and FF. RGB value is (210,181,255). Sum of RGB (Red+Green+Blue) = 210+181+255=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5FF is #2D4A00. Grayscale: #C5C5C5. Windows color (decimal): -2968065 or 16758226. OLE color: 16758226.

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

Color convert

RGB 210 181 255 -
CMYK 0.18 0.29 0 0
HSL 263.51º 1% 0.85% -
HSV(B) 263.51º 0.29% 1% -
XYZ 61.15 53.97 101.8 -
YUV 198.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 210 181 255 0.18 0.29 0 0 263.51 1 0.85
Hex D2 B5 FF 12 1D 0 0 108 64 55
Octal 322 265 377 22 35 0 0 410 144 125
Binary 11010010 10110101 11111111 10010 11101 0 0 100001000 1100100 1010101

Color Harmonies of #D2B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B5FF

Black with #D2B5FF

Text Example


Text Example

White with #D2B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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