Html Css Color HEX #D1B3E8 Perfume

📋 copy color: '#D1B3E8'

red 209 ◦ green 179 ◦ blue 232

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

Shades of Perfume #D1B3E8

Tints of Perfume #D1B3E8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.87%

 BLUE value IS 232 (91.02% from 255) = 37.42%

R = 33.71%
G = 28.87%
B = 37.42%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D1B3E8 (or 0xD1B3E8) is known color: Perfume. HEX triplet: D1, B3 and E8. RGB value is (209,179,232). Sum of RGB (Red+Green+Blue) = 209+179+232=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B3E8 is #2E4C17. Grayscale: #C1C1C1. Windows color (decimal): -3034136 or 15250385. OLE color: 15250385.

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

Color convert

RGB 209 179 232 -
CMYK 0.10 0.23 0 0.09
HSL 273.96º 0.54% 0.81% -
HSV(B) 273.96º 0.23% 0.91% -
XYZ 56.98 51.62 83.3 -
YUV 194.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 209 179 232 0.10 0.23 0 0.09 273.96 0.54 0.81
Hex D1 B3 E8 A 17 0 9 112 36 51
Octal 321 263 350 12 27 0 11 422 66 121
Binary 11010001 10110011 11101000 1010 10111 0 1001 100010010 110110 1010001

Color Harmonies of #D1B3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3E8

Black with #D1B3E8

Text Example


Text Example

White with #D1B3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3E8; }

 p { color: rgb(209,179,232); }

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

background-color css

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

 a { background-color: rgb(209,179,232); }

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

border-color css

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

 span { border-color: rgb(209,179,232); }

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