Html Css Color HEX #D5B2EC Mauve

📋 copy color: '#D5B2EC'

red 213 ◦ green 178 ◦ blue 236

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

Shades of Mauve #D5B2EC

Tints of Mauve #D5B2EC

RGB

 RED value IS 213 (83.59% from 255) = 33.97%

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

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 33.97%
G = 28.39%
B = 37.64%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5B2EC (or 0xD5B2EC) is known color: Mauve. HEX triplet: D5, B2 and EC. RGB value is (213,178,236). Sum of RGB (Red+Green+Blue) = 213+178+236=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B2EC is #2A4D13. Grayscale: #C2C2C2. Windows color (decimal): -2772244 or 15512277. OLE color: 15512277.

HSL color Cylindrical-coordinate representation of color #D5B2EC: hue angle of 276.21º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B2EC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 178 236 -
CMYK 0.10 0.25 0 0.07
HSL 276.21º 0.6% 0.81% -
HSV(B) 276.21º 0.25% 0.93% -
XYZ 58.5 52.04 86.32 -
YUV 195.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 213 178 236 0.10 0.25 0 0.07 276.21 0.6 0.81
Hex D5 B2 EC A 19 0 7 114 3C 51
Octal 325 262 354 12 31 0 7 424 74 121
Binary 11010101 10110010 11101100 1010 11001 0 111 100010100 111100 1010001

Color Harmonies of #D5B2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2EC

Black with #D5B2EC

Text Example


Text Example

White with #D5B2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2EC; }

 p { color: rgb(213,178,236); }

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

background-color css

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

 a { background-color: rgb(213,178,236); }

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

border-color css

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

 span { border-color: rgb(213,178,236); }

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