Html Css Color HEX #D4B5F4 Mauve

📋 copy color: '#D4B5F4'

red 212 ◦ green 181 ◦ blue 244

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

Shades of Mauve #D4B5F4

Tints of Mauve #D4B5F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.3%

R = 33.28%
G = 28.41%
B = 38.3%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4B5F4 (or 0xD4B5F4) is known color: Mauve. HEX triplet: D4, B5 and F4. RGB value is (212,181,244). Sum of RGB (Red+Green+Blue) = 212+181+244=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #D4B5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5F4 is #2B4A0B. Grayscale: #C5C5C5. Windows color (decimal): -2837004 or 16037332. OLE color: 16037332.

HSL color Cylindrical-coordinate representation of color #D4B5F4: hue angle of 269.52º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B5F4 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 181 244 -
CMYK 0.13 0.26 0 0.04
HSL 269.52º 0.74% 0.83% -
HSV(B) 269.52º 0.26% 0.96% -
XYZ 60 53.58 92.77 -
YUV 197.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 212 181 244 0.13 0.26 0 0.04 269.52 0.74 0.83
Hex D4 B5 F4 D 1A 0 4 10E 4A 53
Octal 324 265 364 15 32 0 4 416 112 123
Binary 11010100 10110101 11110100 1101 11010 0 100 100001110 1001010 1010011

Color Harmonies of #D4B5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B5F4

Black with #D4B5F4

Text Example


Text Example

White with #D4B5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B5F4; }

 p { color: rgb(212,181,244); }

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

background-color css

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

 a { background-color: rgb(212,181,244); }

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

border-color css

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

 span { border-color: rgb(212,181,244); }

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