Html Css Color HEX #D0AFEC Perfume

📋 copy color: '#D0AFEC'

red 208 ◦ green 175 ◦ blue 236

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

Shades of Perfume #D0AFEC

Tints of Perfume #D0AFEC

RGB

 RED value IS 208 (81.64% from 255) = 33.6%

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

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

R = 33.6%
G = 28.27%
B = 38.13%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0AFEC (or 0xD0AFEC) is known color: Perfume. HEX triplet: D0, AF and EC. RGB value is (208,175,236). Sum of RGB (Red+Green+Blue) = 208+175+236=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFEC is #2F5013. Grayscale: #BFBFBF. Windows color (decimal): -3100692 or 15511504. OLE color: 15511504.

HSL color Cylindrical-coordinate representation of color #D0AFEC: hue angle of 272.46º 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 #D0AFEC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 175 236 -
CMYK 0.12 0.26 0 0.07
HSL 272.46º 0.62% 0.81% -
HSV(B) 272.46º 0.26% 0.93% -
XYZ 56.48 50.13 86.06 -
YUV 191.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 208 175 236 0.12 0.26 0 0.07 272.46 0.62 0.81
Hex D0 AF EC C 1A 0 7 110 3E 51
Octal 320 257 354 14 32 0 7 420 76 121
Binary 11010000 10101111 11101100 1100 11010 0 111 100010000 111110 1010001

Color Harmonies of #D0AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFEC

Black with #D0AFEC

Text Example


Text Example

White with #D0AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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