Html Css Color HEX #D0ADCC Lilac

📋 copy color: '#D0ADCC'

red 208 ◦ green 173 ◦ blue 204

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

Shades of Lilac #D0ADCC

Tints of Lilac #D0ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 35.56%
G = 29.57%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0ADCC (or 0xD0ADCC) is known color: Lilac. HEX triplet: D0, AD and CC. RGB value is (208,173,204). Sum of RGB (Red+Green+Blue) = 208+173+204=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCC is #2F5233. Grayscale: #BABABA. Windows color (decimal): -3101236 or 13413840. OLE color: 13413840.

HSL color Cylindrical-coordinate representation of color #D0ADCC: hue angle of 306.86º 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 #D0ADCC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 204 -
CMYK 0 0.17 0.02 0.18
HSL 306.86º 0.27% 0.75% -
HSV(B) 306.86º 0.17% 0.82% -
XYZ 51.86 47.66 63.59 -
YUV 187 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 208 173 204 0 0.17 0.02 0.18 306.86 0.27 0.75
Hex D0 AD CC 0 11 2 12 133 1B 4B
Octal 320 255 314 0 21 2 22 463 33 113
Binary 11010000 10101101 11001100 0 10001 10 10010 100110011 11011 1001011

Color Harmonies of #D0ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADCC

Black with #D0ADCC

Text Example


Text Example

White with #D0ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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