Html Css Color HEX #D7BBFC Mauve

📋 copy color: '#D7BBFC'

red 215 ◦ green 187 ◦ blue 252

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

Shades of Mauve #D7BBFC

Tints of Mauve #D7BBFC

RGB

 RED value IS 215 (84.38% from 255) = 32.87%

 GREEN value IS 187 (73.44% from 255) = 28.59%

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

R = 32.87%
G = 28.59%
B = 38.53%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7BBFC (or 0xD7BBFC) is known color: Mauve. HEX triplet: D7, BB and FC. RGB value is (215,187,252). Sum of RGB (Red+Green+Blue) = 215+187+252=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBFC is #284403. Grayscale: #CACACA. Windows color (decimal): -2638852 or 16563159. OLE color: 16563159.

HSL color Cylindrical-coordinate representation of color #D7BBFC: hue angle of 265.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BBFC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 187 252 -
CMYK 0.15 0.26 0 0.01
HSL 265.85º 0.92% 0.86% -
HSV(B) 265.85º 0.26% 0.99% -
XYZ 63.37 57.02 99.76 -
YUV 202.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 215 187 252 0.15 0.26 0 0.01 265.85 0.92 0.86
Hex D7 BB FC F 1A 0 1 10A 5C 56
Octal 327 273 374 17 32 0 1 412 134 126
Binary 11010111 10111011 11111100 1111 11010 0 1 100001010 1011100 1010110

Color Harmonies of #D7BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBFC

Black with #D7BBFC

Text Example


Text Example

White with #D7BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBFC; }

 p { color: rgb(215,187,252); }

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

background-color css

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

 a { background-color: rgb(215,187,252); }

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

border-color css

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

 span { border-color: rgb(215,187,252); }

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