#D1AFEB

Color #D1AFEB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #D1AFEB

Tints of Perfume #D1AFEB

Color information

#D1AFEB (or 0xD1AFEB) is unknown color: approx Perfume. HEX triplet: D1, AF and EB. RGB value is (209,175,235). Sum of RGB (Red+Green+Blue) = 209+175+235=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFEB is #2E5014. Grayscale: #BFBFBF. Windows color (decimal): -3035157 or 15445969. OLE color: 15445969.

HSL color Cylindrical-coordinate representation of color #D1AFEB: hue angle of 274º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1AFEB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209175235-
CMYK0.110.2600.08
HSL274º60%80.39%-
HSV(B)274º25.53%92.16%-
XYZ56.6250.2185.31-
YUV192.01152.26140.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=33.76%
G=28.27%
B=37.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091752350.110.2600.082746080.39
HexD1AFEBB1A081123c50
Octal321257353133201042274120
Binary110100011010111111101011101111010010001000100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFEB; }

 p { color: rgb(209,175,235); }

 H1.HeaderClassName
 {
   color: #D1AFEB;
 }
 .AnyTagClassName
 {
   color: #D1AFEB;
 }
</style>
background-color css

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

 a { background-color: rgb(209,175,235); }

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

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

 span { border-color: rgb(209,175,235); }

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