Html Css Color HEX #D4B2FF Mauve

📋 copy color: '#D4B2FF'

red 212 ◦ green 178 ◦ blue 255

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

Shades of Mauve #D4B2FF

Tints of Mauve #D4B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.6%

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

R = 32.87%
G = 27.6%
B = 39.53%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4B2FF (or 0xD4B2FF) is known color: Mauve. HEX triplet: D4, B2 and FF. RGB value is (212,178,255). Sum of RGB (Red+Green+Blue) = 212+178+255=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2FF is #2B4D00. Grayscale: #C4C4C4. Windows color (decimal): -2837761 or 16757460. OLE color: 16757460.

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

Color convert

RGB 212 178 255 -
CMYK 0.17 0.30 0 0
HSL 266.49º 1% 0.85% -
HSV(B) 266.49º 0.3% 1% -
XYZ 61.12 53.06 101.63 -
YUV 196.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 212 178 255 0.17 0.30 0 0 266.49 1 0.85
Hex D4 B2 FF 11 1E 0 0 10A 64 55
Octal 324 262 377 21 36 0 0 412 144 125
Binary 11010100 10110010 11111111 10001 11110 0 0 100001010 1100100 1010101

Color Harmonies of #D4B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B2FF

Black with #D4B2FF

Text Example


Text Example

White with #D4B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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