Html Css Color HEX #D0ADCA Lilac

📋 copy color: '#D0ADCA'

red 208 ◦ green 173 ◦ blue 202

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

Shades of Lilac #D0ADCA

Tints of Lilac #D0ADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 35.68%
G = 29.67%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D0ADCA (or 0xD0ADCA) is known color: Lilac. HEX triplet: D0, AD and CA. RGB value is (208,173,202). Sum of RGB (Red+Green+Blue) = 208+173+202=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCA is #2F5235. Grayscale: #BABABA. Windows color (decimal): -3101238 or 13282768. OLE color: 13282768.

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

Color convert

RGB 208 173 202 -
CMYK 0 0.17 0.03 0.18
HSL 310.29º 0.27% 0.75% -
HSV(B) 310.29º 0.17% 0.82% -
XYZ 51.62 47.56 62.34 -
YUV 186.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 208 173 202 0 0.17 0.03 0.18 310.29 0.27 0.75
Hex D0 AD CA 0 11 3 12 136 1B 4B
Octal 320 255 312 0 21 3 22 466 33 113
Binary 11010000 10101101 11001010 0 10001 11 10010 100110110 11011 1001011

Color Harmonies of #D0ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADCA

Black with #D0ADCA

Text Example


Text Example

White with #D0ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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