Html Css Color HEX #D0B4FF Mauve

📋 copy color: '#D0B4FF'

red 208 ◦ green 180 ◦ blue 255

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

Shades of Mauve #D0B4FF

Tints of Mauve #D0B4FF

RGB

 RED value IS 208 (81.64% from 255) = 32.35%

 GREEN value IS 180 (70.7% from 255) = 27.99%

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

R = 32.35%
G = 27.99%
B = 39.66%

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

#D0B4FF (or 0xD0B4FF) is known color: Mauve. HEX triplet: D0, B4 and FF. RGB value is (208,180,255). Sum of RGB (Red+Green+Blue) = 208+180+255=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4FF is #2F4B00. Grayscale: #C4C4C4. Windows color (decimal): -3099393 or 16757968. OLE color: 16757968.

HSL color Cylindrical-coordinate representation of color #D0B4FF: hue angle of 262.4º 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 #D0B4FF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 180 255 -
CMYK 0.18 0.29 0 0
HSL 262.4º 1% 0.85% -
HSV(B) 262.4º 0.29% 1% -
XYZ 60.38 53.27 101.71 -
YUV 196.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 208 180 255 0.18 0.29 0 0 262.4 1 0.85
Hex D0 B4 FF 12 1D 0 0 106 64 55
Octal 320 264 377 22 35 0 0 406 144 125
Binary 11010000 10110100 11111111 10010 11101 0 0 100000110 1100100 1010101

Color Harmonies of #D0B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B4FF

Black with #D0B4FF

Text Example


Text Example

White with #D0B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B4FF; }

 p { color: rgb(208,180,255); }

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

background-color css

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

 a { background-color: rgb(208,180,255); }

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

border-color css

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

 span { border-color: rgb(208,180,255); }

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