Html Css Color HEX #D0ABED Perfume

📋 copy color: '#D0ABED'

red 208 ◦ green 171 ◦ blue 237

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

Shades of Perfume #D0ABED

Tints of Perfume #D0ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.76%

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 33.77%
G = 27.76%
B = 38.47%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0ABED (or 0xD0ABED) is known color: Perfume. HEX triplet: D0, AB and ED. RGB value is (208,171,237). Sum of RGB (Red+Green+Blue) = 208+171+237=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABED is #2F5412. Grayscale: #BDBDBD. Windows color (decimal): -3101715 or 15576016. OLE color: 15576016.

HSL color Cylindrical-coordinate representation of color #D0ABED: hue angle of 273.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0ABED is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 171 237 -
CMYK 0.12 0.28 0 0.07
HSL 273.64º 0.65% 0.8% -
HSV(B) 273.64º 0.28% 0.93% -
XYZ 55.86 48.65 86.57 -
YUV 189.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 208 171 237 0.12 0.28 0 0.07 273.64 0.65 0.8
Hex D0 AB ED C 1C 0 7 112 41 50
Octal 320 253 355 14 34 0 7 422 101 120
Binary 11010000 10101011 11101101 1100 11100 0 111 100010010 1000001 1010000

Color Harmonies of #D0ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABED

Black with #D0ABED

Text Example


Text Example

White with #D0ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABED; }

 p { color: rgb(208,171,237); }

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

background-color css

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

 a { background-color: rgb(208,171,237); }

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

border-color css

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

 span { border-color: rgb(208,171,237); }

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