Html Css Color HEX #D0AFE8 Perfume

📋 copy color: '#D0AFE8'

red 208 ◦ green 175 ◦ blue 232

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

Shades of Perfume #D0AFE8

Tints of Perfume #D0AFE8

RGB

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

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

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

R = 33.82%
G = 28.46%
B = 37.72%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0AFE8 (or 0xD0AFE8) is known color: Perfume. HEX triplet: D0, AF and E8. RGB value is (208,175,232). Sum of RGB (Red+Green+Blue) = 208+175+232=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFE8 is #2F5017. Grayscale: #BFBFBF. Windows color (decimal): -3100696 or 15249360. OLE color: 15249360.

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

Color convert

RGB 208 175 232 -
CMYK 0.10 0.25 0 0.09
HSL 274.74º 0.55% 0.8% -
HSV(B) 274.74º 0.25% 0.91% -
XYZ 55.91 49.9 83.03 -
YUV 191.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 208 175 232 0.10 0.25 0 0.09 274.74 0.55 0.8
Hex D0 AF E8 A 19 0 9 113 37 50
Octal 320 257 350 12 31 0 11 423 67 120
Binary 11010000 10101111 11101000 1010 11001 0 1001 100010011 110111 1010000

Color Harmonies of #D0AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFE8

Black with #D0AFE8

Text Example


Text Example

White with #D0AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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