Html Css Color HEX #D1AFEB Perfume

📋 copy color: '#D1AFEB'

red 209 ◦ green 175 ◦ blue 235

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

Shades of Perfume #D1AFEB

Tints of Perfume #D1AFEB

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 value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1AFEB (or 0xD1AFEB) is known color: 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

RGB 209 175 235 -
CMYK 0.11 0.26 0 0.08
HSL 274º 0.6% 0.8% -
HSV(B) 274º 0.26% 0.92% -
XYZ 56.62 50.21 85.31 -
YUV 192.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 209 175 235 0.11 0.26 0 0.08 274 0.6 0.8
Hex D1 AF EB B 1A 0 8 112 3C 50
Octal 321 257 353 13 32 0 10 422 74 120
Binary 11010001 10101111 11101011 1011 11010 0 1000 100010010 111100 1010000

Color Harmonies of #D1AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFEB

Black with #D1AFEB

Text Example


Text Example

White with #D1AFEB

Text Example


Text Example

HTML Codes & Css Web 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>