Html Css Color HEX #D4B8FB Mauve

📋 copy color: '#D4B8FB'

red 212 ◦ green 184 ◦ blue 251

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

Shades of Mauve #D4B8FB

Tints of Mauve #D4B8FB

RGB

 RED value IS 212 (83.2% from 255) = 32.77%

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

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 32.77%
G = 28.44%
B = 38.79%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4B8FB (or 0xD4B8FB) is known color: Mauve. HEX triplet: D4, B8 and FB. RGB value is (212,184,251). Sum of RGB (Red+Green+Blue) = 212+184+251=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B8FB is #2B4704. Grayscale: #C7C7C7. Windows color (decimal): -2836229 or 16496852. OLE color: 16496852.

HSL color Cylindrical-coordinate representation of color #D4B8FB: hue angle of 265.07º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4B8FB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 184 251 -
CMYK 0.16 0.27 0 0.02
HSL 265.07º 0.89% 0.85% -
HSV(B) 265.07º 0.27% 0.98% -
XYZ 61.7 55.24 98.68 -
YUV 200.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 212 184 251 0.16 0.27 0 0.02 265.07 0.89 0.85
Hex D4 B8 FB 10 1B 0 2 109 59 55
Octal 324 270 373 20 33 0 2 411 131 125
Binary 11010100 10111000 11111011 10000 11011 0 10 100001001 1011001 1010101

Color Harmonies of #D4B8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B8FB

Black with #D4B8FB

Text Example


Text Example

White with #D4B8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B8FB; }

 p { color: rgb(212,184,251); }

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

background-color css

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

 a { background-color: rgb(212,184,251); }

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

border-color css

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

 span { border-color: rgb(212,184,251); }

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