Html Css Color HEX #D4B8FF Mauve

📋 copy color: '#D4B8FF'

red 212 ◦ green 184 ◦ blue 255

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

Shades of Mauve #D4B8FF

Tints of Mauve #D4B8FF

RGB

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

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

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

R = 32.57%
G = 28.26%
B = 39.17%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4B8FF (or 0xD4B8FF) is known color: Mauve. HEX triplet: D4, B8 and FF. RGB value is (212,184,255). Sum of RGB (Red+Green+Blue) = 212+184+255=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B8FF is #2B4700. Grayscale: #C8C8C8. Windows color (decimal): -2836225 or 16758996. OLE color: 16758996.

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

Color convert

RGB 212 184 255 -
CMYK 0.17 0.28 0 0
HSL 263.66º 1% 0.86% -
HSV(B) 263.66º 0.28% 1% -
XYZ 62.34 55.5 102.03 -
YUV 200.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 212 184 255 0.17 0.28 0 0 263.66 1 0.86
Hex D4 B8 FF 11 1C 0 0 108 64 56
Octal 324 270 377 21 34 0 0 410 144 126
Binary 11010100 10111000 11111111 10001 11100 0 0 100001000 1100100 1010110

Color Harmonies of #D4B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B8FF

Black with #D4B8FF

Text Example


Text Example

White with #D4B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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