Html Css Color HEX #D1ADEC Perfume

📋 copy color: '#D1ADEC'

red 209 ◦ green 173 ◦ blue 236

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

Shades of Perfume #D1ADEC

Tints of Perfume #D1ADEC

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

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

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

R = 33.82%
G = 27.99%
B = 38.19%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1ADEC (or 0xD1ADEC) is known color: Perfume. HEX triplet: D1, AD and EC. RGB value is (209,173,236). Sum of RGB (Red+Green+Blue) = 209+173+236=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADEC is #2E5213. Grayscale: #BEBEBE. Windows color (decimal): -3035668 or 15510993. OLE color: 15510993.

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

Color convert

RGB 209 173 236 -
CMYK 0.11 0.27 0 0.07
HSL 274.29º 0.62% 0.8% -
HSV(B) 274.29º 0.27% 0.93% -
XYZ 56.38 49.5 85.94 -
YUV 190.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 209 173 236 0.11 0.27 0 0.07 274.29 0.62 0.8
Hex D1 AD EC B 1B 0 7 112 3E 50
Octal 321 255 354 13 33 0 7 422 76 120
Binary 11010001 10101101 11101100 1011 11011 0 111 100010010 111110 1010000

Color Harmonies of #D1ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADEC

Black with #D1ADEC

Text Example


Text Example

White with #D1ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADEC; }

 p { color: rgb(209,173,236); }

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

background-color css

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

 a { background-color: rgb(209,173,236); }

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

border-color css

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

 span { border-color: rgb(209,173,236); }

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