Html Css Color HEX #D9BEFC Mauve

📋 copy color: '#D9BEFC'

red 217 ◦ green 190 ◦ blue 252

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

Shades of Mauve #D9BEFC

Tints of Mauve #D9BEFC

RGB

 RED value IS 217 (85.16% from 255) = 32.93%

 GREEN value IS 190 (74.61% from 255) = 28.83%

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 32.93%
G = 28.83%
B = 38.24%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9BEFC (or 0xD9BEFC) is known color: Mauve. HEX triplet: D9, BE and FC. RGB value is (217,190,252). Sum of RGB (Red+Green+Blue) = 217+190+252=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEFC is #264103. Grayscale: #CCCCCC. Windows color (decimal): -2507012 or 16563929. OLE color: 16563929.

HSL color Cylindrical-coordinate representation of color #D9BEFC: hue angle of 266.13º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BEFC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 190 252 -
CMYK 0.14 0.25 0 0.01
HSL 266.13º 0.91% 0.87% -
HSV(B) 266.13º 0.25% 0.99% -
XYZ 64.6 58.61 100 -
YUV 205.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 217 190 252 0.14 0.25 0 0.01 266.13 0.91 0.87
Hex D9 BE FC E 19 0 1 10A 5B 57
Octal 331 276 374 16 31 0 1 412 133 127
Binary 11011001 10111110 11111100 1110 11001 0 1 100001010 1011011 1010111

Color Harmonies of #D9BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEFC

Black with #D9BEFC

Text Example


Text Example

White with #D9BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEFC; }

 p { color: rgb(217,190,252); }

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

background-color css

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

 a { background-color: rgb(217,190,252); }

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

border-color css

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

 span { border-color: rgb(217,190,252); }

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