Html Css Color HEX #D0ADCE Lilac

📋 copy color: '#D0ADCE'

red 208 ◦ green 173 ◦ blue 206

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

Shades of Lilac #D0ADCE

Tints of Lilac #D0ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 35.43%
G = 29.47%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0ADCE (or 0xD0ADCE) is known color: Lilac. HEX triplet: D0, AD and CE. RGB value is (208,173,206). Sum of RGB (Red+Green+Blue) = 208+173+206=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCE is #2F5231. Grayscale: #BBBBBB. Windows color (decimal): -3101234 or 13544912. OLE color: 13544912.

HSL color Cylindrical-coordinate representation of color #D0ADCE: hue angle of 303.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ADCE is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 206 -
CMYK 0 0.17 0.01 0.18
HSL 303.43º 0.27% 0.75% -
HSV(B) 303.43º 0.17% 0.82% -
XYZ 52.1 47.75 64.86 -
YUV 187.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 208 173 206 0 0.17 0.01 0.18 303.43 0.27 0.75
Hex D0 AD CE 0 11 1 12 12F 1B 4B
Octal 320 255 316 0 21 1 22 457 33 113
Binary 11010000 10101101 11001110 0 10001 1 10010 100101111 11011 1001011

Color Harmonies of #D0ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADCE

Black with #D0ADCE

Text Example


Text Example

White with #D0ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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