Html Css Color HEX #D1AFEC Perfume

📋 copy color: '#D1AFEC'

red 209 ◦ green 175 ◦ blue 236

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

Shades of Perfume #D1AFEC

Tints of Perfume #D1AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.23%

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 33.71%
G = 28.23%
B = 38.06%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1AFEC (or 0xD1AFEC) is known color: Perfume. HEX triplet: D1, AF and EC. RGB value is (209,175,236). Sum of RGB (Red+Green+Blue) = 209+175+236=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFEC is #2E5013. Grayscale: #BFBFBF. Windows color (decimal): -3035156 or 15511505. OLE color: 15511505.

HSL color Cylindrical-coordinate representation of color #D1AFEC: hue angle of 273.44º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1AFEC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 175 236 -
CMYK 0.11 0.26 0 0.07
HSL 273.44º 0.62% 0.81% -
HSV(B) 273.44º 0.26% 0.93% -
XYZ 56.76 50.27 86.07 -
YUV 192.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 209 175 236 0.11 0.26 0 0.07 273.44 0.62 0.81
Hex D1 AF EC B 1A 0 7 111 3E 51
Octal 321 257 354 13 32 0 7 421 76 121
Binary 11010001 10101111 11101100 1011 11010 0 111 100010001 111110 1010001

Color Harmonies of #D1AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFEC

Black with #D1AFEC

Text Example


Text Example

White with #D1AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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