Html Css Color HEX #D0ADEB Perfume

📋 copy color: '#D0ADEB'

red 208 ◦ green 173 ◦ blue 235

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

Shades of Perfume #D0ADEB

Tints of Perfume #D0ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.08%

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

R = 33.77%
G = 28.08%
B = 38.15%

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

#D0ADEB (or 0xD0ADEB) is known color: Perfume. HEX triplet: D0, AD and EB. RGB value is (208,173,235). Sum of RGB (Red+Green+Blue) = 208+173+235=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADEB is #2F5214. Grayscale: #BEBEBE. Windows color (decimal): -3101205 or 15445456. OLE color: 15445456.

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

Color convert

RGB 208 173 235 -
CMYK 0.11 0.26 0 0.08
HSL 273.87º 0.61% 0.8% -
HSV(B) 273.87º 0.26% 0.92% -
XYZ 55.95 49.3 85.16 -
YUV 190.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 208 173 235 0.11 0.26 0 0.08 273.87 0.61 0.8
Hex D0 AD EB B 1A 0 8 112 3D 50
Octal 320 255 353 13 32 0 10 422 75 120
Binary 11010000 10101101 11101011 1011 11010 0 1000 100010010 111101 1010000

Color Harmonies of #D0ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADEB

Black with #D0ADEB

Text Example


Text Example

White with #D0ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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