Html Css Color HEX #D5ABEE Mauve

📋 copy color: '#D5ABEE'

red 213 ◦ green 171 ◦ blue 238

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

Shades of Mauve #D5ABEE

Tints of Mauve #D5ABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.49%

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 34.24%
G = 27.49%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5ABEE (or 0xD5ABEE) is known color: Mauve. HEX triplet: D5, AB and EE. RGB value is (213,171,238). Sum of RGB (Red+Green+Blue) = 213+171+238=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABEE is #2A5411. Grayscale: #BEBEBE. Windows color (decimal): -2774034 or 15641557. OLE color: 15641557.

HSL color Cylindrical-coordinate representation of color #D5ABEE: hue angle of 277.61º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5ABEE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 171 238 -
CMYK 0.11 0.28 0 0.07
HSL 277.61º 0.66% 0.8% -
HSV(B) 277.61º 0.28% 0.93% -
XYZ 57.44 49.45 87.41 -
YUV 191.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 213 171 238 0.11 0.28 0 0.07 277.61 0.66 0.8
Hex D5 AB EE B 1C 0 7 116 42 50
Octal 325 253 356 13 34 0 7 426 102 120
Binary 11010101 10101011 11101110 1011 11100 0 111 100010110 1000010 1010000

Color Harmonies of #D5ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABEE

Black with #D5ABEE

Text Example


Text Example

White with #D5ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABEE; }

 p { color: rgb(213,171,238); }

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

background-color css

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

 a { background-color: rgb(213,171,238); }

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

border-color css

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

 span { border-color: rgb(213,171,238); }

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