Html Css Color HEX #D0AFEB Perfume

📋 copy color: '#D0AFEB'

red 208 ◦ green 175 ◦ blue 235

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

Shades of Perfume #D0AFEB

Tints of Perfume #D0AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 33.66%
G = 28.32%
B = 38.03%

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

#D0AFEB (or 0xD0AFEB) is known color: Perfume. HEX triplet: D0, AF and EB. RGB value is (208,175,235). Sum of RGB (Red+Green+Blue) = 208+175+235=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFEB is #2F5014. Grayscale: #BFBFBF. Windows color (decimal): -3100693 or 15445968. OLE color: 15445968.

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

Color convert

RGB 208 175 235 -
CMYK 0.11 0.26 0 0.08
HSL 273º 0.6% 0.8% -
HSV(B) 273º 0.26% 0.92% -
XYZ 56.34 50.07 85.29 -
YUV 191.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 208 175 235 0.11 0.26 0 0.08 273 0.6 0.8
Hex D0 AF EB B 1A 0 8 111 3C 50
Octal 320 257 353 13 32 0 10 421 74 120
Binary 11010000 10101111 11101011 1011 11010 0 1000 100010001 111100 1010000

Color Harmonies of #D0AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFEB

Black with #D0AFEB

Text Example


Text Example

White with #D0AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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