Html Css Color HEX #D0B1FE Mauve

📋 copy color: '#D0B1FE'

red 208 ◦ green 177 ◦ blue 254

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

Shades of Mauve #D0B1FE

Tints of Mauve #D0B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.7%

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

R = 32.55%
G = 27.7%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0B1FE (or 0xD0B1FE) is known color: Mauve. HEX triplet: D0, B1 and FE. RGB value is (208,177,254). Sum of RGB (Red+Green+Blue) = 208+177+254=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B1FE is #2F4E01. Grayscale: #C2C2C2. Windows color (decimal): -3100162 or 16691664. OLE color: 16691664.

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

Color convert

RGB 208 177 254 -
CMYK 0.18 0.30 0 0.00
HSL 264.16º 0.97% 0.85% -
HSV(B) 264.16º 0.3% 1% -
XYZ 59.62 52.01 100.66 -
YUV 195.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 208 177 254 0.18 0.30 0 0.00 264.16 0.97 0.85
Hex D0 B1 FE 12 1E 0 0 108 61 55
Octal 320 261 376 22 36 0 0 410 141 125
Binary 11010000 10110001 11111110 10010 11110 0 0 100001000 1100001 1010101

Color Harmonies of #D0B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B1FE

Black with #D0B1FE

Text Example


Text Example

White with #D0B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B1FE; }

 p { color: rgb(208,177,254); }

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

background-color css

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

 a { background-color: rgb(208,177,254); }

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

border-color css

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

 span { border-color: rgb(208,177,254); }

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