Html Css Color HEX #D1B1E9 Perfume

📋 copy color: '#D1B1E9'

red 209 ◦ green 177 ◦ blue 233

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

Shades of Perfume #D1B1E9

Tints of Perfume #D1B1E9

RGB

 RED value IS 209 (82.03% from 255) = 33.76%

 GREEN value IS 177 (69.53% from 255) = 28.59%

 BLUE value IS 233 (91.41% from 255) = 37.64%

R = 33.76%
G = 28.59%
B = 37.64%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D1B1E9 (or 0xD1B1E9) is known color: Perfume. HEX triplet: D1, B1 and E9. RGB value is (209,177,233). Sum of RGB (Red+Green+Blue) = 209+177+233=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1B1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B1E9 is #2E4E16. Grayscale: #C0C0C0. Windows color (decimal): -3034647 or 15315409. OLE color: 15315409.

HSL color Cylindrical-coordinate representation of color #D1B1E9: hue angle of 274.29º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1B1E9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 177 233 -
CMYK 0.10 0.24 0 0.09
HSL 274.29º 0.56% 0.8% -
HSV(B) 274.29º 0.24% 0.91% -
XYZ 56.72 50.88 83.92 -
YUV 192.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 209 177 233 0.10 0.24 0 0.09 274.29 0.56 0.8
Hex D1 B1 E9 A 18 0 9 112 38 50
Octal 321 261 351 12 30 0 11 422 70 120
Binary 11010001 10110001 11101001 1010 11000 0 1001 100010010 111000 1010000

Color Harmonies of #D1B1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B1E9

Black with #D1B1E9

Text Example


Text Example

White with #D1B1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B1E9; }

 p { color: rgb(209,177,233); }

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

background-color css

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

 a { background-color: rgb(209,177,233); }

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

border-color css

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

 span { border-color: rgb(209,177,233); }

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